summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index f2a934eda0..5022036faf 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -546,7 +546,10 @@ int avfilter_link_get_channels(AVFilterLink *link);
/**
* Set the closed field of a link.
+ * @deprecated applications are not supposed to mess with links, they should
+ * close the sinks.
*/
+attribute_deprecated
void avfilter_link_set_closed(AVFilterLink *link, int closed);
/**