On Fri, Oct 18, 2019 at 14:36:31 +0800, quinkbl...@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 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".