diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-01-16 02:53:32 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-01-16 21:18:19 +0100 |
commit | 85c02da3076893dc09fe25152754ae072b59a837 (patch) | |
tree | 3d0d0408719f7eae3815abc70c90c299be38e9a1 | |
parent | 594b8436084c1073d7eeb1347eaa244697fbb2bd (diff) | |
download | ffmpeg-85c02da3076893dc09fe25152754ae072b59a837.tar.gz |
cmdutils: update year
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 45820ed878..01abc51e9b 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -56,7 +56,7 @@ struct SwsContext *sws_opts; AVDictionary *format_opts, *codec_opts; -const int this_year = 2013; +const int this_year = 2014; static FILE *report_file; |