You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
mpeg12dec: assert no field frame mess
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -961,6 +961,7 @@ static int mpeg_decode_mb(MpegEncContext *s, DCTELEM block[12][64])
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
av_assert0(!s->progressive_sequence);
|
||||||
mb_type |= MB_TYPE_16x16 | MB_TYPE_INTERLACED;
|
mb_type |= MB_TYPE_16x16 | MB_TYPE_INTERLACED;
|
||||||
for (i = 0; i < 2; i++) {
|
for (i = 0; i < 2; i++) {
|
||||||
if (USES_LIST(mb_type, i)) {
|
if (USES_LIST(mb_type, i)) {
|
||||||
|
Reference in New Issue
Block a user