[FFmpeg-devel] [PATCH 2/2] avfilter/avfilter: Remove AVFilterLink.flags
Andreas Rheinhardt
andreas.rheinhardt at gmail.com
Sun Jan 24 14:18:20 EET 2021
It is a private field that is unused since
44f660e7e75b856eafa5f7e7cc6e633de5d01b5d.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
---
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.
*/
--
2.25.1
More information about the ffmpeg-devel
mailing list