diff options
author | arch1t3cht <arch1t3cht@gmail.com> | 2024-03-28 02:56:38 +0100 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2024-04-16 16:36:22 +0100 |
commit | 728ffe6ca6d46f55e2f63de9dec8ea11e096c314 (patch) | |
tree | b91d3536ff5f8463227bef8f1cf7a8f2f6fbbd20 /doc | |
parent | 5a856ac6e6a627402c1ff57a92fc478efb601131 (diff) | |
download | ffmpeg-728ffe6ca6d46f55e2f63de9dec8ea11e096c314.tar.gz |
avcodec/h264dec: Handle non-recovered frames when draining
When starting on a SEI recovery point close enough to the end of
the stream that draining starts before the recovery point's frame
is output, there can be non-recovered frames in the delayed picture
buffer that would currently cause the decoder to fail to output a
frame. This commit skips such frames and outputs the first recovered
frame, if there exists one.
Signed-off-by: arch1t3cht <arch1t3cht@gmail.com>
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions