cmdutils: update copyright year to 2017

CC: libav-stable@libav.org
This commit is contained in:
Sean McGovern 2017-01-01 16:31:15 -05:00
parent ee164727dd
commit d31f46e199
1 changed files with 1 additions and 1 deletions

View File

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