update for 0.5.10

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2012-06-09 22:18:07 +02:00
parent 48ef116631
commit 9eaec5b8f0
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
0.5.9
0.5.10

View File

@@ -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)
{