Skip to content
  • Gwenole Beauchesne's avatar
    decoder: make decode_step() return once the frame is decoded. · cc347cb4
    Gwenole Beauchesne authored
    Make sure we always have a free surface left to use for decoding the
    current frame. This means that decode_step() has to return once a frame
    gets decoded. If the current adapter contains more buffers with valid
    frames, they will get parsed and decoded on subsequent iterations.
    cc347cb4