summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2021-01-24 12:21:14 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2021-01-24 15:02:01 +0100
commite0ca8a7a51a8e7877b58b193162efeca8a922921 (patch)
tree7e95d3d26fdbf282b1db567a2b1e3f732d3400f9 /libavfilter/avfilter.h
parenta6d741920f0ed1a73e664bd8705164526d814922 (diff)
downloadffmpeg-e0ca8a7a51a8e7877b58b193162efeca8a922921.tar.gz
avfilter/avfilter: Remove AVFilterLink.flags
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>
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 100183f56c..d43b866599 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -588,11 +588,6 @@ struct AVFilterLink {
int channels;
/**
- * Link processing flags.
- */
- unsigned flags;
-
- /**
* Number of past frames sent through the link.
*/
int64_t frame_count_in, frame_count_out;