]> git.sesse.net Git - ffmpeg/commitdiff
avfilter/avfilter: Remove AVFilterLink.flags
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 24 Jan 2021 11:21:14 +0000 (12:21 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 24 Jan 2021 14:02:01 +0000 (15:02 +0100)
It is a private field that is unused since
44f660e7e75b856eafa5f7e7cc6e633de5d01b5d.

Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavfilter/avfilter.h

index 100183f56c6054d76b9ee0a9f4afb9358c853f84..d43b866599de0037f5b1537830ea44c82ef696d7 100644 (file)
@@ -587,11 +587,6 @@ struct AVFilterLink {
      */
     int channels;
 
-    /**
-     * Link processing flags.
-     */
-    unsigned flags;
-
     /**
      * Number of past frames sent through the link.
      */