Files
ffmpeg/libavcodec
Michael Niedermayer 4fdf23df7d avcodec/mpeg12dec: Fix got_output
This makes got_output consistent with the code in slice_end() which sets the output

in slice_end()
 if (s->pict_type == AV_PICTURE_TYPE_B || s->low_delay) {
     int ret = av_frame_ref(pict, s->current_picture_ptr->f);
     ...
 } else {

Fixes: assertion failure
Fixes: 22178/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MPEG1VIDEO_fuzzer-5664234440753152

Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit 4f33a9803a)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2020-07-03 12:10:24 +02:00
..
2020-07-01 22:25:21 +02:00
2020-01-06 15:03:15 +01:00
2020-01-06 11:30:42 +01:00
2020-07-03 12:10:24 +02:00
2020-07-03 12:10:24 +02:00
2020-01-06 15:03:15 +01:00
2020-07-03 12:10:24 +02:00
2020-01-06 11:30:42 +01:00
2020-07-03 12:10:24 +02:00
2020-07-03 12:10:24 +02:00
2020-07-03 12:10:24 +02:00
2020-07-03 12:10:23 +02:00
2020-07-03 12:10:23 +02:00
2020-01-06 11:30:42 +01:00
2020-01-06 15:03:15 +01:00
2020-07-01 22:20:51 +02:00
2020-07-01 22:18:52 +02:00
2020-01-06 11:30:44 +01:00
2020-01-06 11:30:43 +01:00
2020-01-06 11:30:42 +01:00
2020-01-06 11:30:43 +01:00
2020-01-06 11:30:42 +01:00
2020-01-06 11:30:42 +01:00
2020-01-06 11:30:42 +01:00