]> git.sesse.net Git - ffmpeg/commit
lavfi: avfilter_graph_request_oldest: request a frame again before returning.
authorNicolas George <george@nsup.org>
Fri, 23 Dec 2016 10:18:09 +0000 (11:18 +0100)
committerNicolas George <george@nsup.org>
Fri, 23 Dec 2016 14:21:43 +0000 (15:21 +0100)
commit373f21a91126d052cd310d675f43f548a407649e
treeacf733e4ae623b494a1609b467c2c9d0f41f690c
parent0ed4993ad0e20955ac82a7a90aa7f8a6b002c2f2
lavfi: avfilter_graph_request_oldest: request a frame again before returning.

With min_samples, if a frame arrives but is too small, it clears
frame_wanted_out. In most cases, the destination filter would be
activated again later because of frame_wanted_out on its own
outputs, but not sinks.
avfilter_graph_request_oldest() is doing the work of the sink
itself, and is therefore allowed to use frame_blocked_in.
libavfilter/avfiltergraph.c