diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-06-09 22:18:07 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-06-09 22:18:07 +0200 |
commit | 9eaec5b8f010c805fd8e77216a1ec67eb20b1466 (patch) | |
tree | d634fd37b657b62dc39734c255f180c8d47055ea | |
parent | 48ef11663164b5e7221089a813e733dc7a0776b3 (diff) | |
download | ffmpeg-9eaec5b8f010c805fd8e77216a1ec67eb20b1466.tar.gz |
update for 0.5.10n0.5.10
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | cmdutils.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1 +1 @@ -0.5.9 +0.5.10 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) { |