[FFmpeg-devel] [PATCH 1/5] lavfi/buffersink: loop over ff_request_frame().

Paul B Mahol onemda at gmail.com
Thu Sep 17 14:33:01 CEST 2015


On 8/26/15, Nicolas George <george at nsup.org> wrote:
> Do not assume that ff_request_frame() returning success
> implies a frame has arrived in the FIFO.
> Instead, just loop until a frame is in the FIFO.
> It does not change anything since the same loop is present
> in ff_request_frame(), confirmed by an assertion.
>
> Signed-off-by: Nicolas George <george at nsup.org>
> ---
>  libavfilter/buffersink.c | 5 +----
>  1 file changed, 1 insertion(+), 4 deletions(-)
>

So, is this patchset ready for pushing or there is something
else that needs to be done?


More information about the ffmpeg-devel mailing list