diff options
author | Reinhard Tartler <siretart@tauware.de> | 2013-02-17 09:11:57 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2013-03-09 18:54:27 +0100 |
commit | cb93705900ff8f58a4a358911f59341d65a69e1b (patch) | |
tree | 053bedd24ed8c0be123ccbe55fe191e8302988fa | |
parent | 8829c79039379e7fde64a837f3dbae088a4dbdbb (diff) | |
download | ffmpeg-cb93705900ff8f58a4a358911f59341d65a69e1b.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 7b2ff084ba..3ba5d0cfb5 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -55,7 +55,7 @@ struct SwsContext *sws_opts; AVDictionary *format_opts, *codec_opts; -static const int this_year = 2012; +static const int this_year = 2013; void init_opts(void) { |