cmdutils: update copyright year to 2015.

(cherry picked from commit 3e16065221)

Conflicts:

	cmdutils.c
This commit is contained in:
Johan Andersson 2015-01-03 17:31:36 +01:00 committed by Michael Niedermayer
parent 36ac584548
commit e4fddd18e7
1 changed files with 1 additions and 1 deletions

View File

@ -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;