summaryrefslogtreecommitdiff
path: root/cmdutils.c
diff options
context:
space:
mode:
authorSean McGovern <gseanmcg@gmail.com>2016-03-12 14:38:10 -0500
committerLuca Barbato <lu_zero@gentoo.org>2016-03-15 20:32:27 +0100
commit2f4a1bb9bfb29112711ba904e1dc0dd58e24f361 (patch)
treed0e1705eda43bc57afcc01b0adc45a65b1442d72 /cmdutils.c
parent8b4b1c1eea9daa4e2003aa0935e73f56aab8102d (diff)
cmdutils: update copyright year to 2016
CC: libav-stable@libav.org Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'cmdutils.c')
-rw-r--r--cmdutils.c2
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)
{