[FFmpeg-devel] [PATCH 3/5] lavfi: deprecate avfilter_link_set_closed().
Michael Niedermayer
michaelni at gmx.at
Mon Nov 30 23:06:41 CET 2015
On Sun, Nov 29, 2015 at 05:21:50PM +0100, Nicolas George wrote:
> Applications are not supposed to mess with links,
> they should close the sinks.
> Furthermore, this function does not distinguish what end
> of the link caused the close and does not have a timestamp.
>
> Signed-off-by: Nicolas George <george at nsup.org>
> ---
> libavfilter/avfilter.h | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
> index a6aa919..58a0cbd 100644
> --- a/libavfilter/avfilter.h
> +++ b/libavfilter/avfilter.h
> @@ -541,7 +541,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.
ok
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Asymptotically faster algorithms should always be preferred if you have
asymptotical amounts of data
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20151130/239329f8/attachment.sig>
More information about the ffmpeg-devel
mailing list