aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-01-16 02:53:32 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-01-21 16:42:32 +0100
commite6299a4cf9efc526da9c85522038a80c034b0ad3 (patch)
tree524539eb3a3904f1b6273030db988d5c04d8a8cd
parentee3822af631c27521fd15f94a00bdbc98eabd082 (diff)
downloadffmpeg-e6299a4cf9efc526da9c85522038a80c034b0ad3.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 1fbd73cf84..26fe3c78ac 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -68,7 +68,7 @@ struct SwsContext *sws_opts;
AVDictionary *swr_opts;
AVDictionary *format_opts, *codec_opts, *resample_opts;
-const int this_year = 2013;
+const int this_year = 2014;
static FILE *report_file;