ffmpeg | branch: master | Andreas Rheinhardt <[email protected]> | Sun Jan 24 12:21:14 2021 +0100| [e0ca8a7a51a8e7877b58b193162efeca8a922921] | committer: Andreas Rheinhardt
avfilter/avfilter: Remove AVFilterLink.flags It is a private field that is unused since 44f660e7e75b856eafa5f7e7cc6e633de5d01b5d. Reviewed-by: Nicolas George <[email protected]> Signed-off-by: Andreas Rheinhardt <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e0ca8a7a51a8e7877b58b193162efeca8a922921 --- libavfilter/avfilter.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 100183f56c..d43b866599 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -587,11 +587,6 @@ struct AVFilterLink { */ int channels; - /** - * Link processing flags. - */ - unsigned flags; - /** * Number of past frames sent through the link. */ _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
