diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-01-16 02:53:32 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-03-08 16:25:20 +0100 |
commit | e571010c5c68b6b6a9fe367ed3e1b77f1dfb1b32 (patch) | |
tree | fadb375e40fa7729f3012acd6d34a71e16ff948b /cmdutils.c | |
parent | 584e15d64395713c866849aa9097c7d93b34cfca (diff) | |
download | ffmpeg-e571010c5c68b6b6a9fe367ed3e1b77f1dfb1b32.tar.gz |
cmdutils: update year
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'cmdutils.c')
-rw-r--r-- | cmdutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdutils.c b/cmdutils.c index 343914b4af..27e01307d2 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -61,7 +61,7 @@ struct SwsContext *sws_opts; SwrContext *swr_opts; AVDictionary *format_opts, *codec_opts; -const int this_year = 2013; +const int this_year = 2014; static FILE *report_file; |