From 2abf5eeea6e49d8ec4ca3797363d7a2eaef4dacc Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Sun, 17 Feb 2013 09:06:55 +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 108eaccdd1..7c4c1a0080 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -50,7 +50,7 @@ AVCodecContext *avctx_opts[CODEC_TYPE_NB]; AVFormatContext *avformat_opts; struct SwsContext *sws_opts; -const int this_year = 2009; +const int this_year = 2013; double parse_number_or_die(const char *context, const char *numstr, int type, double min, double max) {