summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2012-01-01 05:04:25 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-01-03 22:47:12 +0100
commit86fbd610ef706bd0e26a246023e6324e9ca8c13a (patch)
treec1b01bfcc315175353a20c718ceddd57a47f4666
parentf6e360770da830911e30964ae4c6116ddb43cbd7 (diff)
downloadffmpeg-86fbd610ef706bd0e26a246023e6324e9ca8c13a.tar.gz
Update copyright year.
(cherry picked from commit 8dc973e6d1442e6427dfcb9817f9d15695555465) 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 4a5421b770..d4fe54ae1b 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 = 2011;
+static const int this_year = 2012;
static FILE *report_file;