diff mbox series

[FFmpeg-devel,2/2] avfilter/avfilter: Remove AVFilterLink.flags

Message ID 20210124121820.813982-2-andreas.rheinhardt@gmail.com
State Accepted
Headers show
Series [FFmpeg-devel,1/2] avformat/url: Reorder elements of URLProtocol to make it smaller | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Andreas Rheinhardt Jan. 24, 2021, 12:18 p.m. UTC
It is a private field that is unused since
44f660e7e75b856eafa5f7e7cc6e633de5d01b5d.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
---
 libavfilter/avfilter.h | 5 -----
 1 file changed, 5 deletions(-)

Comments

Nicolas George Jan. 24, 2021, 12:23 p.m. UTC | #1
Andreas Rheinhardt (12021-01-24):
> It is a private field that is unused since
> 44f660e7e75b856eafa5f7e7cc6e633de5d01b5d.
> 
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
> ---
>  libavfilter/avfilter.h | 5 -----
>  1 file changed, 5 deletions(-)

LGTM, thanks.

Regards,
diff mbox series

Patch

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