From d31f46e1999fab31be46f0cbce0546a5aa49fe48 Mon Sep 17 00:00:00 2001 From: Sean McGovern Date: Sun, 1 Jan 2017 16:31:15 -0500 Subject: [PATCH] cmdutils: update copyright year to 2017 CC: libav-stable@libav.org --- cmdutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdutils.c b/cmdutils.c index 291365501b..b0445eb85b 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 = 2016; +static const int this_year = 2017; void init_opts(void) {