diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-01-16 02:53:32 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-02-04 04:50:17 +0100 |
commit | 10238ada6dac6680ea06f40eeae4a68a6d75823e (patch) | |
tree | 88267eb787a48abe3b5647f055d1a91a0cc27be3 /cmdutils.c | |
parent | 6fa97413578ecf7165850f1259009d73bed45983 (diff) | |
download | ffmpeg-10238ada6dac6680ea06f40eeae4a68a6d75823e.tar.gz |
cmdutils: update year
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'cmdutils.c')
-rw-r--r-- | cmdutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.c b/cmdutils.c index d44050fe6f..1068baf3d8 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 = 2013; +const int this_year = 2014; static FILE *report_file; |