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>2013-03-21 04:10:47 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-03-21 04:10:47 +0400
commitf2310fff5c7bf1ec815ba7ae6a87fc872a0d82aa (patch)
treecc92e114bfab88310f3877d3439cbff9633f5d7e
parent125fe08492dded005d369c9de77cf093688adcf8 (diff)
update the current yearn1.0.6
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 5639751e3a..343914b4af 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -61,7 +61,7 @@ struct SwsContext *sws_opts;
SwrContext *swr_opts;
AVDictionary *format_opts, *codec_opts;
-const int this_year = 2012;
+const int this_year = 2013;
static FILE *report_file;