diff options
author | Johan Andersson <j@i19.se> | 2015-01-03 17:31:36 +0100 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2015-01-04 13:22:25 +0200 |
commit | 3e160652219ff4da433f5672ae1e5f4956abb815 (patch) | |
tree | e2763752e22b41d34978e63b7e6fcfb4d6c63ba1 /cmdutils.c | |
parent | f2ad1495f23376ce61542967f4fc14205f284d40 (diff) | |
download | ffmpeg-3e160652219ff4da433f5672ae1e5f4956abb815.tar.gz |
cmdutils: update copyright year to 2015.
Signed-off-by: Martin Storsjö <martin@martin.st>
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 f074dd0861..e01ad24906 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -58,7 +58,7 @@ struct SwsContext *sws_opts; AVDictionary *format_opts, *codec_opts, *resample_opts; -static const int this_year = 2014; +static const int this_year = 2015; void init_opts(void) { |