cmdutils: update copyright year to 2018

This commit is contained in:
Sean McGovern 2018-01-01 02:51:51 -05:00
parent 1efbbfedca
commit 7b0b5bc810
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{