summaryrefslogtreecommitdiff
path: root/avtools/cmdutils.c
diff options
context:
space:
mode:
authorSean McGovern <gseanmcg@gmail.com>2018-01-01 02:51:51 -0500
committerSean McGovern <gseanmcg@gmail.com>2018-01-01 02:51:51 -0500
commit7b0b5bc810cdb9ef100492c9a9f2d30602c04336 (patch)
treea37456a59df5f493cd1fb52bc4a50b779282d509 /avtools/cmdutils.c
parent1efbbfedcaf4a3cecab980273ad809ba3ade2f74 (diff)
cmdutils: update copyright year to 2018
Diffstat (limited to 'avtools/cmdutils.c')
-rw-r--r--avtools/cmdutils.c2
1 files changed, 1 insertions, 1 deletions
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)
{