diff options
author | Anton Khirnov <anton@khirnov.net> | 2022-03-09 10:40:56 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2022-03-22 18:49:43 +0100 |
commit | 5e51f5af3360b6b3123f971cc4f773686814fce7 (patch) | |
tree | f8da10a91db8bcda27a8de7350ed9fdd7e20d1ab /fftools/cmdutils.h | |
parent | e46d8c53a3341e14136081a8671d397d9d072573 (diff) | |
download | ffmpeg-5e51f5af3360b6b3123f971cc4f773686814fce7.tar.gz |
fftools/cmdutils: drop extern declarations for nonexistent variables
Diffstat (limited to 'fftools/cmdutils.h')
-rw-r--r-- | fftools/cmdutils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fftools/cmdutils.h b/fftools/cmdutils.h index d4cecee780..7d45e79191 100644 --- a/fftools/cmdutils.h +++ b/fftools/cmdutils.h @@ -44,8 +44,6 @@ extern const char program_name[]; */ extern const int program_birth_year; -extern AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB]; -extern AVFormatContext *avformat_opts; extern AVDictionary *sws_dict; extern AVDictionary *swr_opts; extern AVDictionary *format_opts, *codec_opts; |