From a3ff859a46642002c7bbff49cc06dc3751c47d1a Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 21 Mar 2013 01:10:47 +0100 Subject: [PATCH] update the current year Signed-off-by: Michael Niedermayer (cherry picked from commit f2310fff5c7bf1ec815ba7ae6a87fc872a0d82aa) Signed-off-by: Michael Niedermayer --- cmdutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdutils.c b/cmdutils.c index 2c8439499d..c5f621a9b1 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -59,7 +59,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;