aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Andersson <j@i19.se>2014-01-04 20:47:32 +0100
committerSean McGovern <gseanmcg@gmail.com>2014-04-14 16:55:37 -0400
commitfc53a09909ae046dbe4d339bffc744cfc328253e (patch)
tree7a0322f79e0eb30593ebced2703d64e46c8f2375
parent4c1e4bc6af1596995e895cd7da9f3b436051114c (diff)
downloadffmpeg-fc53a09909ae046dbe4d339bffc744cfc328253e.tar.gz
cmdutils: update copyright year to 2014.
Signed-off-by: Martin Storsjö <martin@martin.st> (cherry picked from commit 7ce88e5ec41484c452da56853a6897803da9c2a5)
-rw-r--r--cmdutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.c b/cmdutils.c
index 8fa608233a..b65326bf59 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -56,7 +56,7 @@
struct SwsContext *sws_opts;
AVDictionary *format_opts, *codec_opts;
-static const int this_year = 2013;
+static const int this_year = 2014;
void init_opts(void)
{