summaryrefslogtreecommitdiffstats
path: root/cmdutils.c
diff options
context:
space:
mode:
authorMichael Niedermayer <[email protected]>2015-03-12 00:54:14 +0100
committerMichael Niedermayer <[email protected]>2015-03-12 00:54:14 +0100
commit6f4cda4a6b66cb3882c63e18a35937284c446c44 (patch)
tree1bac689aad04b29e0e205bfc693c29da7e7ab582 /cmdutils.c
parent98b0751e895e6065cfae65008bee402481a4158c (diff)
Update for 0.7.17n0.7.17
Signed-off-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'cmdutils.c')
-rw-r--r--cmdutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.c b/cmdutils.c
index b919bae92e..21922ae304 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -57,7 +57,7 @@ AVFormatContext *avformat_opts;
struct SwsContext *sws_opts;
AVDictionary *format_opts, *video_opts, *audio_opts, *sub_opts;
-static const int this_year = 2013;
+static const int this_year = 2015;
void init_opts(void)
{