From 8489c0599f0e5b4377976d155b942ea4f8b83381 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Sun, 17 Feb 2013 09:10:16 +0100 Subject: [PATCH] update year to 2013 Signed-off-by: Reinhard Tartler --- cmdutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdutils.c b/cmdutils.c index 943a77c82c..3549c95c29 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -57,7 +57,7 @@ AVFormatContext *avformat_opts; struct SwsContext *sws_opts; AVDictionary *format_opts, *video_opts, *audio_opts, *sub_opts; -static const int this_year = 2011; +static const int this_year = 2013; void init_opts(void) {