X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Favfilter.h;h=5022036faf536fece97f3b22ae43320ed301e2f4;hb=39a09e995d32d16e4f8c87a6ff5273cb9d98146e;hp=f2a934eda0498f84b64ce53a3bc2c44b06a31cd3;hpb=b8b7d5ac6c793b12db2c90627a136766852593cb;p=ffmpeg diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index f2a934eda04..5022036faf5 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -546,7 +546,10 @@ int avfilter_link_get_channels(AVFilterLink *link); /** * 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); /**