You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
fftools/cmdutils: drop extern declarations for nonexistent variables
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user