mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
avfilter/avfilter: Remove deprecated avfilter_link_set_closed()
Deprecated in 39a09e995d.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
committed by
James Almer
parent
ec82ff89b6
commit
4de2b035a7
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user