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:
authorRonald S. Bultje <rsbultje@gmail.com>2012-02-08 22:16:41 +0400
committerJanne Grunau <janne-libav@jannau.net>2012-06-08 14:38:58 +0400
commitce39a84a7d760965972781df61a88e5f432b978a (patch)
treee6aff9eb8fb12e60fa8d3271ade0ee8d4cc14f78
parent4dfea3e9f065e520f5fc71028472f7f6b9beed52 (diff)
cmdutils: update copyright year to 2012.
-rw-r--r--cmdutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.c b/cmdutils.c
index e96fa81ad9..7b2ff084ba 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -55,7 +55,7 @@
struct SwsContext *sws_opts;
AVDictionary *format_opts, *codec_opts;
-static const int this_year = 2011;
+static const int this_year = 2012;
void init_opts(void)
{