• Jean-Paul Saman's avatar
    stream_out/transcode: replace PICTURE_RING_BUFFER with picture_fifo_t · 39cd3674
    Jean-Paul Saman authored
    The PICTURE_RING_BUFFER used a fixed size, which when depleted introduced
    delays. Obtaining a new video buffer had to wait till the PICTURE_RING_BUFFER
    is available again for the decoder. By removing the fixed PICTURE_RING_BUFFER
    and replacing it by a picture_fifo_t this disadvantage is taken away.
    
    The risk now is of course that the picture_fifo_t keeps growing.
    39cd3674
video.c 28.3 KB