From 391fa56ddbb9ba6540f318ae9615934da42052d5 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sat, 1 Jan 2011 18:49:18 +0000 Subject: [PATCH] Update current year to 2011. Happy New Year! Originally committed as revision 26184 to svn://svn.ffmpeg.org/ffmpeg/trunk --- cmdutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {