Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-01-16 05:53:32 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-01-16 05:53:32 +0400
commit5a0a156e88f7f07b96f9522677ee79c64c8a5c19 (patch)
tree00d9fb063379b856594832a002e7206ef9ababb0
parent884094debae78bc4bad8b6354373a7eec54b6ba1 (diff)
cmdutils: update yearn1.2.5
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 2668ee1486..576d810f24 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -65,7 +65,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;