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-22 07:04:36 +0400
commita3ff859a46642002c7bbff49cc06dc3751c47d1a (patch)
treee30367478f140b62b3d686e262e4d7a878f32f74
parent3e63dea5f2ebbce5b142a6521a526a83cd13860a (diff)
update the current year
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit f2310fff5c7bf1ec815ba7ae6a87fc872a0d82aa) 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 2c8439499d..c5f621a9b1 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -59,7 +59,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;