diff options
author | Sean McGovern <gseanmcg@gmail.com> | 2017-01-01 16:31:15 -0500 |
---|---|---|
committer | Sean McGovern <gseanmcg@gmail.com> | 2017-01-01 17:10:11 -0500 |
commit | d31f46e1999fab31be46f0cbce0546a5aa49fe48 (patch) | |
tree | 77eb5e7b74d787a69d2571bdc2512bb95439efe5 /cmdutils.c | |
parent | ee164727dd64c199b87118917e674b17c25e0da3 (diff) | |
download | ffmpeg-d31f46e1999fab31be46f0cbce0546a5aa49fe48.tar.gz |
cmdutils: update copyright year to 2017
CC: libav-stable@libav.org
Diffstat (limited to 'cmdutils.c')
-rw-r--r-- | cmdutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |