aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Andersson <j@i19.se>2014-01-04 20:47:32 +0100
committerReinhard Tartler <siretart@tauware.de>2014-05-31 20:05:18 -0400
commitecf21ab0ec798eea96f862333568336098b4610c (patch)
tree70189fe9a28607bd84cab6c52b37516f5989e4c3
parent16f0f97eec7945d082b74ed88de382bac21538ca (diff)
downloadffmpeg-ecf21ab0ec798eea96f862333568336098b4610c.tar.gz
cmdutils: update copyright year to 2014.
Signed-off-by: Martin Storsjö <martin@martin.st>
-rw-r--r--cmdutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.c b/cmdutils.c
index 3ba5d0cfb5..e85f8d76bc 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -55,7 +55,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)
{