]> git.sesse.net Git - ffmpeg/commit
lavfi: replace link.closed by link.status.
authorNicolas George <george@nsup.org>
Thu, 24 Sep 2015 08:07:42 +0000 (10:07 +0200)
committerNicolas George <george@nsup.org>
Tue, 22 Dec 2015 15:04:30 +0000 (16:04 +0100)
commit108b4de5529a75b06da72b974b26625a8067001f
treec38c0fc0600038a55116cbc3246e8158c491df89
parent39a09e995d32d16e4f8c87a6ff5273cb9d98146e
lavfi: replace link.closed by link.status.

The status field can carry any error code instead of just EOF.
Also only update it through a wrapper function and provide a timestamp.
Update the few filters that used it directly.
libavfilter/avfilter.c
libavfilter/avfilter.h
libavfilter/buffersink.c
libavfilter/f_interleave.c
libavfilter/internal.h
libavfilter/split.c
libavfilter/trim.c
libavfilter/vf_extractplanes.c