From dae552fbca8f3c132fb40d0234aa8edef86642d1 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 23 Sep 2013 00:08:48 +0200 Subject: [PATCH] cmdutils: update year to 2013 Signed-off-by: Michael Niedermayer --- cmdutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdutils.c b/cmdutils.c index d4fe54ae1b..79bebd74f8 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -53,7 +53,7 @@ struct SwsContext *sws_opts; AVDictionary *format_opts, *codec_opts; -static const int this_year = 2012; +static const int this_year = 2013; static FILE *report_file;