[FFmpeg-devel] [PATCH] avfilter: remove unused private field of AVFilterLink

Moritz Barsnick barsnick at gmx.net
Mon Oct 28 15:09:53 EET 2019


On Fri, Oct 18, 2019 at 14:36:31 +0800, quinkblack at foxmail.com wrote:
> diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
> index 3eaa8a4089..3c87f4864a 100644
> --- a/libavfilter/avfilter.h
> +++ b/libavfilter/avfilter.h
> @@ -572,11 +572,6 @@ struct AVFilterLink {
>       */
>      int channels;
>
> -    /**
> -     * Link processing flags.
> -     */
> -    unsigned flags;
> -

Since this is a public header, this is part of the API and cannot be
removed without a deprecation period.

Moritz


More information about the ffmpeg-devel mailing list