diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-03-21 01:10:47 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-03-21 01:10:47 +0100 |
commit | f2310fff5c7bf1ec815ba7ae6a87fc872a0d82aa (patch) | |
tree | cc92e114bfab88310f3877d3439cbff9633f5d7e | |
parent | 125fe08492dded005d369c9de77cf093688adcf8 (diff) | |
download | ffmpeg-f2310fff5c7bf1ec815ba7ae6a87fc872a0d82aa.tar.gz |
update the current yearn1.0.6
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 5639751e3a..343914b4af 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -61,7 +61,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; |