diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-03-06 18:08:50 +0100 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2021-04-27 10:43:11 -0300 |
commit | 3a370868dc33061a20d1fd99274e65167d7a78ac (patch) | |
tree | dd099e999c17371e230677c2e8d6545557a846ff /libavfilter/avfilter.h | |
parent | 339af976b6fd9c05d1e75e75a5323efdb3d6afa1 (diff) | |
download | ffmpeg-3a370868dc33061a20d1fd99274e65167d7a78ac.tar.gz |
avfilter: Remove deprecated avfilter_link_get_channels
Deprecated in b2c42fc6dc3502a8b6cae441c54d898972a51cff.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r-- | libavfilter/avfilter.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index b5e092f8bc..6e4b2464c5 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. |