diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-01-16 02:53:32 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-01-21 16:42:32 +0100 |
commit | e6299a4cf9efc526da9c85522038a80c034b0ad3 (patch) | |
tree | 524539eb3a3904f1b6273030db988d5c04d8a8cd | |
parent | ee3822af631c27521fd15f94a00bdbc98eabd082 (diff) | |
download | ffmpeg-e6299a4cf9efc526da9c85522038a80c034b0ad3.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 1fbd73cf84..26fe3c78ac 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -68,7 +68,7 @@ struct SwsContext *sws_opts; AVDictionary *swr_opts; AVDictionary *format_opts, *codec_opts, *resample_opts; -const int this_year = 2013; +const int this_year = 2014; static FILE *report_file; |