aboutsummaryrefslogtreecommitdiffstats
path: root/cmdutils.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-02-17 03:55:49 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-02-17 04:24:30 +0100
commitd34cfb33afb8c6e3c349e71d752beb9234afbcf0 (patch)
treefdcb9ea44dd7d90e4a17475edafe62fc63271228 /cmdutils.c
parent13093f9767b922661132a3c1f4b5ba2c7338b660 (diff)
downloadffmpeg-n0.5.11.tar.gz
update for 0.5.11n0.5.11
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'cmdutils.c')
-rw-r--r--cmdutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.c b/cmdutils.c
index f1e5352362..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 = 2012;
+const int this_year = 2013;
double parse_number_or_die(const char *context, const char *numstr, int type, double min, double max)
{