[FFmpeg-devel] [PATCH] avfilter: remove unused private field of AVFilterLink

quinkblack at foxmail.com quinkblack at foxmail.com
Fri Oct 18 09:36:31 EEST 2019


From: Zhao Zhili <zhilizhao at tencent.com>

---
 libavfilter/avfilter.h | 5 -----
 1 file changed, 5 deletions(-)

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;
-
     /**
      * Number of past frames sent through the link.
      */
-- 
2.22.0





More information about the ffmpeg-devel mailing list