From 7b0b5bc810cdb9ef100492c9a9f2d30602c04336 Mon Sep 17 00:00:00 2001 From: Sean McGovern Date: Mon, 1 Jan 2018 02:51:51 -0500 Subject: cmdutils: update copyright year to 2018 --- avtools/cmdutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avtools/cmdutils.c b/avtools/cmdutils.c index 727e2835eb..cf8a4c8c1c 100644 --- a/avtools/cmdutils.c +++ b/avtools/cmdutils.c @@ -59,7 +59,7 @@ struct SwsContext *sws_opts; AVDictionary *format_opts, *codec_opts, *resample_opts; -static const int this_year = 2017; +static const int this_year = 2018; void init_opts(void) { -- cgit v1.2.3