diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-11-26 10:03:32 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-11-26 10:03:32 +0100 |
commit | 8bf7ea8ac2104525e60cfd68097deb23430a0155 (patch) | |
tree | 29803370b48d8891b7ffde1af33db2871b59a359 /cmdutils.h | |
parent | 4c4710a745ae484d1a17288f141c96fdd664ec73 (diff) | |
download | ffmpeg-8bf7ea8ac2104525e60cfd68097deb23430a0155.tar.gz |
cmdutils: remove this_year constant, use CONFIG_THIS_YEAR instead
Simplify.
Diffstat (limited to 'cmdutils.h')
-rw-r--r-- | cmdutils.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cmdutils.h b/cmdutils.h index ce6660aa4c..b814961011 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -43,11 +43,6 @@ extern const char program_name[]; */ extern const int program_birth_year; -/** - * this year, defined by the program for show_banner() - */ -extern const int this_year; - extern AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB]; extern AVFormatContext *avformat_opts; extern struct SwsContext *sws_opts; |