Browse Source

Update this_year value.

Originally committed as revision 20995 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini 15 years ago
parent
commit
7a78bc85aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmdutils.c

+ 1 - 1
cmdutils.c

@@ -50,7 +50,7 @@ AVCodecContext *avcodec_opts[CODEC_TYPE_NB];
 AVFormatContext *avformat_opts;
 struct SwsContext *sws_opts;
 
-const int this_year = 2009;
+const int this_year = 2010;
 
 double parse_number_or_die(const char *context, const char *numstr, int type, double min, double max)
 {