]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/avfilter.h
avfilter/avfilter: Remove deprecated avfilter_link_set_closed()
[ffmpeg] / libavfilter / avfilter.h
index 54fa656b01c7b121f31f8d0440fc7ebd5bce9dee..b82f72d040ce02c856f572f2af319987c0950c74 100644 (file)
@@ -665,15 +665,6 @@ int avfilter_link(AVFilterContext *src, unsigned srcpad,
  */
 void avfilter_link_free(AVFilterLink **link);
 
-#if FF_API_FILTER_LINK_SET_CLOSED
-/**
- * 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);
-#endif
 /**
  * Negotiate the media format, dimensions, etc of all inputs to a filter.
  *