]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/avfilter.h
avfilter: Remove deprecated avfilter_link_get_channels
[ffmpeg] / libavfilter / avfilter.h
index b5e092f8bc0d3b7cafa96a24b49cca1c3cf30660..6e4b2464c5cd9be75a41397d9de7e39f56d70351 100644 (file)
@@ -673,14 +673,6 @@ int avfilter_link(AVFilterContext *src, unsigned srcpad,
  */
 void avfilter_link_free(AVFilterLink **link);
 
-#if FF_API_FILTER_GET_SET
-/**
- * Get the number of channels of a link.
- * @deprecated Use av_buffersink_get_channels()
- */
-attribute_deprecated
-int avfilter_link_get_channels(AVFilterLink *link);
-#endif
 #if FF_API_FILTER_LINK_SET_CLOSED
 /**
  * Set the closed field of a link.