diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-02-17 23:41:01 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-02-17 23:41:01 +0100 |
commit | 377fabc9e687a3c73fdb235f773f6e9151378ca5 (patch) | |
tree | aaf3b6b4ce42d745b72683affb3971bf8d73b06a /cmdutils.c | |
parent | 41eda870483fd1f2dc6f7f17cd68e360626180c9 (diff) | |
download | ffmpeg-963cd592297dc995270e0fee51055bf64594f0f9.tar.gz |
Update for 0.8.13n0.8.13
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'cmdutils.c')
-rw-r--r-- | cmdutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.c b/cmdutils.c index 62fe6e96ab..b919bae92e 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 = 2011; +static const int this_year = 2013; void init_opts(void) { |