diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2012-02-08 10:16:41 -0800 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2012-06-08 12:38:58 +0200 |
commit | ce39a84a7d760965972781df61a88e5f432b978a (patch) | |
tree | e6aff9eb8fb12e60fa8d3271ade0ee8d4cc14f78 | |
parent | 4dfea3e9f065e520f5fc71028472f7f6b9beed52 (diff) | |
download | ffmpeg-ce39a84a7d760965972781df61a88e5f432b978a.tar.gz |
cmdutils: update copyright year to 2012.
-rw-r--r-- | cmdutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.c b/cmdutils.c index e96fa81ad9..7b2ff084ba 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -55,7 +55,7 @@ struct SwsContext *sws_opts; AVDictionary *format_opts, *codec_opts; -static const int this_year = 2011; +static const int this_year = 2012; void init_opts(void) { |