X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Favfilter.h;h=6e4b2464c5cd9be75a41397d9de7e39f56d70351;hb=3a370868dc33061a20d1fd99274e65167d7a78ac;hp=b5e092f8bc0d3b7cafa96a24b49cca1c3cf30660;hpb=339af976b6fd9c05d1e75e75a5323efdb3d6afa1;p=ffmpeg diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index b5e092f8bc0..6e4b2464c5c 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -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.