diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-03-21 01:10:47 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-03-22 04:04:36 +0100 |
commit | a3ff859a46642002c7bbff49cc06dc3751c47d1a (patch) | |
tree | e30367478f140b62b3d686e262e4d7a878f32f74 | |
parent | 3e63dea5f2ebbce5b142a6521a526a83cd13860a (diff) | |
download | ffmpeg-a3ff859a46642002c7bbff49cc06dc3751c47d1a.tar.gz |
update the current year
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit f2310fff5c7bf1ec815ba7ae6a87fc872a0d82aa)
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 2c8439499d..c5f621a9b1 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -59,7 +59,7 @@ struct SwsContext *sws_opts; SwrContext *swr_opts; AVDictionary *format_opts, *codec_opts; -const int this_year = 2012; +const int this_year = 2013; static FILE *report_file; |