diff options
author | Johan Andersson <j@i19.se> | 2015-01-03 17:31:36 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-01-06 20:42:05 +0100 |
commit | e4fddd18e7f4bf666f598a608d63dd16c3da41f4 (patch) | |
tree | 92a8d5642e71ca6f52ae975dc71d3446886f8d57 /cmdutils.c | |
parent | 36ac58454832032623ca9584bbdbc837a02a8bcc (diff) | |
download | ffmpeg-e4fddd18e7f4bf666f598a608d63dd16c3da41f4.tar.gz |
cmdutils: update copyright year to 2015.
(cherry picked from commit 3e160652219ff4da433f5672ae1e5f4956abb815)
Conflicts:
cmdutils.c
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 26fe3c78ac..ca9bc50020 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 = 2014; +const int this_year = 2015; static FILE *report_file; |