From: Justin Ruggles Date: Sat, 1 Jan 2011 18:49:18 +0000 (+0000) Subject: Update current year to 2011. Happy New Year! X-Git-Tag: n0.8~2090 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=391fa56ddbb9ba6540f318ae9615934da42052d5;p=coroid%2Fffmpeg_saccubus.git Update current year to 2011. Happy New Year! Originally committed as revision 26184 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/cmdutils.c b/cmdutils.c index b2e6ee008..5e4b71689 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) {