cmdutils: update copyright year to 2015.

(cherry picked from commit 3e160652219ff4da433f5672ae1e5f4956abb815)

Conflicts:

	cmdutils.c
This commit is contained in:
Johan Andersson 2015-01-03 17:31:36 +01:00 committed by Michael Niedermayer
parent 766c1cbeb4
commit b3242c0f22

View File

@ -56,7 +56,7 @@
struct SwsContext *sws_opts;
AVDictionary *format_opts, *codec_opts;
const int this_year = 2014;
const int this_year = 2015;
static FILE *report_file;