Update for 0.5.14

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2014-07-20 18:34:16 +02:00
parent 24a0273cb8
commit a81f72e482
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
0.5.13
0.5.14

View File

@@ -50,7 +50,7 @@ AVCodecContext *avctx_opts[CODEC_TYPE_NB];
AVFormatContext *avformat_opts;
struct SwsContext *sws_opts;
const int this_year = 2013;
const int this_year = 2014;
double parse_number_or_die(const char *context, const char *numstr, int type, double min, double max)
{