diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-09-23 00:08:48 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-09-23 00:08:48 +0200 |
commit | dae552fbca8f3c132fb40d0234aa8edef86642d1 (patch) | |
tree | 6af20dfe3e48d9b10f781842191f5f5a3d204cb3 | |
parent | 5198623b0e970d307901956d834a15a9afc384e8 (diff) | |
download | ffmpeg-dae552fbca8f3c132fb40d0234aa8edef86642d1.tar.gz |
cmdutils: update year to 2013n0.9.3
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | cmdutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.c b/cmdutils.c index d4fe54ae1b..79bebd74f8 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -53,7 +53,7 @@ struct SwsContext *sws_opts; AVDictionary *format_opts, *codec_opts; -static const int this_year = 2012; +static const int this_year = 2013; static FILE *report_file; |