diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-03-06 18:54:45 +0100 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2021-04-27 10:43:11 -0300 |
commit | 4de2b035a736ca8b5b7abbee323327031a50873a (patch) | |
tree | 1967537c82956071a7d3d0137edfb0da59b8993f /libavfilter/avfilter.h | |
parent | ec82ff89b600fbe67723f5b22661f0a4e67924ab (diff) | |
download | ffmpeg-4de2b035a736ca8b5b7abbee323327031a50873a.tar.gz |
avfilter/avfilter: Remove deprecated avfilter_link_set_closed()
Deprecated in 39a09e995d32d16e4f8c87a6ff5273cb9d98146e.
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 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 54fa656b01..b82f72d040 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -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. * |