fftools/cmdutils: drop extern declarations for nonexistent variables

This commit is contained in:
Anton Khirnov 2022-03-09 10:40:56 +01:00
parent e46d8c53a3
commit 5e51f5af33

View File

@ -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;