mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
avfilter/avfilter: Remove avfilter_link_set_closed() on bump
Deprecated in 39a09e995d.
Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
@@ -681,7 +681,7 @@ void avfilter_link_free(AVFilterLink **link);
|
||||
attribute_deprecated
|
||||
int avfilter_link_get_channels(AVFilterLink *link);
|
||||
#endif
|
||||
|
||||
#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
|
||||
@@ -689,7 +689,7 @@ int avfilter_link_get_channels(AVFilterLink *link);
|
||||
*/
|
||||
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