From 9b53306178caf23bfae17eab21b79777d11d6baf Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 1 Jan 2013 15:43:09 +0100 Subject: [PATCH] cmdutils: we have 2013 Found-by: durandal_1707 Signed-off-by: Michael Niedermayer --- cmdutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdutils.c b/cmdutils.c index 666b0394e4..38c8159e73 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -65,7 +65,7 @@ struct SwsContext *sws_opts; SwrContext *swr_opts; AVDictionary *format_opts, *codec_opts; -const int this_year = 2012; +const int this_year = 2013; static FILE *report_file;