[FFmpeg-cvslog] avfilter/avfilter: Remove AVFilterLink.flags

Andreas Rheinhardt git at videolan.org
Sun Jan 24 16:24:43 EET 2021


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at gmail.com> | 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 <george at nsup.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>

> 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.
      */



More information about the ffmpeg-cvslog mailing list