summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;