diff options
author | Sean McGovern <gseanmcg@gmail.com> | 2016-03-12 14:38:10 -0500 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2016-03-15 20:32:27 +0100 |
commit | 2f4a1bb9bfb29112711ba904e1dc0dd58e24f361 (patch) | |
tree | d0e1705eda43bc57afcc01b0adc45a65b1442d72 | |
parent | 8b4b1c1eea9daa4e2003aa0935e73f56aab8102d (diff) | |
download | ffmpeg-2f4a1bb9bfb29112711ba904e1dc0dd58e24f361.tar.gz |
cmdutils: update copyright year to 2016
CC: libav-stable@libav.org
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-rw-r--r-- | cmdutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.c b/cmdutils.c index 3bafb10221..9cfcaa6b55 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 = 2015; +static const int this_year = 2016; void init_opts(void) { |