update for 0.5.11

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2013-02-17 03:55:49 +01:00
parent 13093f9767
commit d34cfb33af
3 changed files with 3 additions and 3 deletions

View File

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