diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2011-01-01 18:49:18 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2011-01-01 18:49:18 +0000 |
commit | 391fa56ddbb9ba6540f318ae9615934da42052d5 (patch) | |
tree | 0400c7cdd8a432d5b62c668c5aa8cb87ca13162a /cmdutils.c | |
parent | 421167b03b34b9a745989a31925058bc26e93c96 (diff) | |
download | ffmpeg-391fa56ddbb9ba6540f318ae9615934da42052d5.tar.gz |
Update current year to 2011. Happy New Year!
Originally committed as revision 26184 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'cmdutils.c')
-rw-r--r-- | cmdutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.c b/cmdutils.c index b2e6ee0081..5e4b716891 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -55,7 +55,7 @@ AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB]; AVFormatContext *avformat_opts; struct SwsContext *sws_opts; -const int this_year = 2010; +const int this_year = 2011; void init_opts(void) { |