Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGovern <gseanmcg@gmail.com>2017-01-02 00:31:15 +0300
committerSean McGovern <gseanmcg@gmail.com>2017-01-02 01:10:11 +0300
commitd31f46e1999fab31be46f0cbce0546a5aa49fe48 (patch)
tree77eb5e7b74d787a69d2571bdc2512bb95439efe5 /cmdutils.c
parentee164727dd64c199b87118917e674b17c25e0da3 (diff)
cmdutils: update copyright year to 2017
CC: libav-stable@libav.org
Diffstat (limited to 'cmdutils.c')
-rw-r--r--cmdutils.c2
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)
{