diff options
author | Johan Andersson <j@i19.se> | 2015-01-03 17:31:36 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-06-10 02:13:08 +0200 |
commit | bda7aa7cb39a8098e14fda9400fd42f059b70f4d (patch) | |
tree | d4f174c2cec91d6ffdbd829be8dcdf49dac0fc22 | |
parent | 04e28b3b257f02370aeb1e4c7b0836d7ea9f21f4 (diff) | |
download | ffmpeg-bda7aa7cb39a8098e14fda9400fd42f059b70f4d.tar.gz |
cmdutils: update copyright year to 2015.
(cherry picked from commit 3e160652219ff4da433f5672ae1e5f4956abb815)
Conflicts:
cmdutils.c
-rw-r--r-- | cmdutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.c b/cmdutils.c index 40acadca71..d5fb4eb1af 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -67,7 +67,7 @@ struct SwsContext *sws_opts; AVDictionary *swr_opts; AVDictionary *format_opts, *codec_opts, *resample_opts; -const int this_year = 2014; +const int this_year = 2015; static FILE *report_file; |