[FFmpeg-devel] [PATCH 02/10] fftools/cmdutils: drop extern declarations for nonexistent variables

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Thu Mar 17 16:21:10 EET 2022


Anton Khirnov:
> ---
>  fftools/cmdutils.h | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/fftools/cmdutils.h b/fftools/cmdutils.h
> index d8e5aa342b..f460cb028e 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;

LGTM.

- Andreas


More information about the ffmpeg-devel mailing list