diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-01-01 15:43:09 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-01-01 15:43:37 +0100 |
commit | 9b53306178caf23bfae17eab21b79777d11d6baf (patch) | |
tree | 409988560d1558e21ddc598839d71d151658d1c0 | |
parent | 82541d833016ff899b6f19a02de8781538e24c36 (diff) | |
download | ffmpeg-9b53306178caf23bfae17eab21b79777d11d6baf.tar.gz |
cmdutils: we have 2013
Found-by: durandal_1707
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | cmdutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.c b/cmdutils.c index 666b0394e4..38c8159e73 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -65,7 +65,7 @@ struct SwsContext *sws_opts; SwrContext *swr_opts; AVDictionary *format_opts, *codec_opts; -const int this_year = 2012; +const int this_year = 2013; static FILE *report_file; |