aboutsummaryrefslogtreecommitdiffstats
path: root/cmdutils.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-06-09 22:18:07 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-06-09 22:18:07 +0200
commit9eaec5b8f010c805fd8e77216a1ec67eb20b1466 (patch)
treed634fd37b657b62dc39734c255f180c8d47055ea /cmdutils.c
parent48ef11663164b5e7221089a813e733dc7a0776b3 (diff)
downloadffmpeg-n0.5.10.tar.gz
update for 0.5.10n0.5.10
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 108eaccdd1..f1e5352362 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 = 2012;
double parse_number_or_die(const char *context, const char *numstr, int type, double min, double max)
{