aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-01-16 02:53:32 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-02-04 04:50:17 +0100
commit10238ada6dac6680ea06f40eeae4a68a6d75823e (patch)
tree88267eb787a48abe3b5647f055d1a91a0cc27be3
parent6fa97413578ecf7165850f1259009d73bed45983 (diff)
downloadffmpeg-10238ada6dac6680ea06f40eeae4a68a6d75823e.tar.gz
cmdutils: update year
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--cmdutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.c b/cmdutils.c
index d44050fe6f..1068baf3d8 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -65,7 +65,7 @@ struct SwsContext *sws_opts;
SwrContext *swr_opts;
AVDictionary *format_opts, *codec_opts;
-const int this_year = 2013;
+const int this_year = 2014;
static FILE *report_file;