diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2012-02-08 10:16:41 -0800 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2012-02-08 10:31:14 -0800 |
commit | 21d0d1d64f9b616d8417cd18fc8d457c49eb2c2c (patch) | |
tree | fba0ac84d577bbeded0d83bfef2dd5d740ee7aff | |
parent | 783487ae44fa886ad85a4d501c42fe0a57437ae9 (diff) | |
download | ffmpeg-21d0d1d64f9b616d8417cd18fc8d457c49eb2c2c.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 e8f1732416..8ee2cddf68 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) { |