summaryrefslogtreecommitdiff
path: root/cmdutils.c
diff options
context:
space:
mode:
authorJohan Andersson <j@i19.se>2015-01-03 17:31:36 +0100
committerMartin Storsjö <martin@martin.st>2015-01-04 13:22:25 +0200
commit3e160652219ff4da433f5672ae1e5f4956abb815 (patch)
treee2763752e22b41d34978e63b7e6fcfb4d6c63ba1 /cmdutils.c
parentf2ad1495f23376ce61542967f4fc14205f284d40 (diff)
cmdutils: update copyright year to 2015.
Signed-off-by: Martin Storsjö <martin@martin.st>
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 f074dd0861..e01ad24906 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 = 2014;
+static const int this_year = 2015;
void init_opts(void)
{