From 7a78bc85aaf34ef9039c9a324f9756bdf9566a46 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Fri, 1 Jan 2010 15:07:35 +0000 Subject: [PATCH] Update this_year value. Originally committed as revision 20995 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 780d4c3590..600dcaf51f 100644 --- a/cmdutils.c +++ b/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) { -- GitLab