• Nicolas George's avatar
    lavfi/buffersink: loop over ff_request_frame(). · 807d4b63
    Nicolas George authored
    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.
    807d4b63
buffersink.c 14.7 KB