mirror of https://git.ffmpeg.org/ffmpeg.git
fftools/cmdutils: drop extern declarations for nonexistent variables
This commit is contained in:
parent
e46d8c53a3
commit
5e51f5af33
|
@ -44,8 +44,6 @@ extern const char program_name[];
|
||||||
*/
|
*/
|
||||||
extern const int program_birth_year;
|
extern const int program_birth_year;
|
||||||
|
|
||||||
extern AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB];
|
|
||||||
extern AVFormatContext *avformat_opts;
|
|
||||||
extern AVDictionary *sws_dict;
|
extern AVDictionary *sws_dict;
|
||||||
extern AVDictionary *swr_opts;
|
extern AVDictionary *swr_opts;
|
||||||
extern AVDictionary *format_opts, *codec_opts;
|
extern AVDictionary *format_opts, *codec_opts;
|
||||||
|
|
Loading…
Reference in New Issue