diff options
author | Reinhard Tartler <siretart@tauware.de> | 2013-02-17 09:10:16 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2013-05-09 11:20:10 +0200 |
commit | 8489c0599f0e5b4377976d155b942ea4f8b83381 (patch) | |
tree | 34d7fd77cb7ec74664fba2c8314dfc4bcc35d73b | |
parent | ee6b868ac835266ebdc10291f5485ace7769bb2e (diff) | |
download | ffmpeg-8489c0599f0e5b4377976d155b942ea4f8b83381.tar.gz |
update year to 2013
Signed-off-by: Reinhard Tartler <siretart@tauware.de>
-rw-r--r-- | cmdutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.c b/cmdutils.c index 943a77c82c..3549c95c29 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) { |