diff options
author | Reinhard Tartler <siretart@tauware.de> | 2013-02-17 09:06:55 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2013-02-17 09:07:52 +0100 |
commit | 2abf5eeea6e49d8ec4ca3797363d7a2eaef4dacc (patch) | |
tree | 8bf0d5b911a50ba07e77ea445edb2b85e1a6e5e9 | |
parent | deb650c692317ccc3e5359f5b100c98dc88c514f (diff) | |
download | ffmpeg-2abf5eeea6e49d8ec4ca3797363d7a2eaef4dacc.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 108eaccdd1..7c4c1a0080 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -50,7 +50,7 @@ AVCodecContext *avctx_opts[CODEC_TYPE_NB]; AVFormatContext *avformat_opts; struct SwsContext *sws_opts; -const int this_year = 2009; +const int this_year = 2013; double parse_number_or_die(const char *context, const char *numstr, int type, double min, double max) { |