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-09-23 02:08:48 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-09-23 02:08:48 +0400
commitdae552fbca8f3c132fb40d0234aa8edef86642d1 (patch)
tree6af20dfe3e48d9b10f781842191f5f5a3d204cb3
parent5198623b0e970d307901956d834a15a9afc384e8 (diff)
cmdutils: update year to 2013n0.9.3
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 d4fe54ae1b..79bebd74f8 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -53,7 +53,7 @@
struct SwsContext *sws_opts;
AVDictionary *format_opts, *codec_opts;
-static const int this_year = 2012;
+static const int this_year = 2013;
static FILE *report_file;