update the current year

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2013-03-21 01:10:47 +01:00
parent 125fe08492
commit f2310fff5c

View File

@@ -61,7 +61,7 @@ struct SwsContext *sws_opts;
SwrContext *swr_opts; SwrContext *swr_opts;
AVDictionary *format_opts, *codec_opts; AVDictionary *format_opts, *codec_opts;
const int this_year = 2012; const int this_year = 2013;
static FILE *report_file; static FILE *report_file;