OSDN Git Service

Update current year to 2011. Happy New Year!
authorJustin Ruggles <justin.ruggles@gmail.com>
Sat, 1 Jan 2011 18:49:18 +0000 (18:49 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Sat, 1 Jan 2011 18:49:18 +0000 (18:49 +0000)
Originally committed as revision 26184 to svn://svn.ffmpeg.org/ffmpeg/trunk

cmdutils.c

index b2e6ee0..5e4b716 100644 (file)
@@ -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)
 {