mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/mpeg12dec: remove commented out assert
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
a553cb4683
commit
101c7ea906
|
@ -672,8 +672,6 @@ static int mpeg_decode_mb(MpegEncContext *s, int16_t block[12][64])
|
|||
s->current_picture.mb_type[s->mb_x + s->mb_y*s->mb_stride] =
|
||||
mb_type | MB_TYPE_SKIP;
|
||||
|
||||
// assert(s->current_picture.mb_type[s->mb_x + s->mb_y * s->mb_stride - 1] & (MB_TYPE_16x16 | MB_TYPE_16x8));
|
||||
|
||||
if ((s->mv[0][0][0] | s->mv[0][0][1] | s->mv[1][0][0] | s->mv[1][0][1]) == 0)
|
||||
s->mb_skipped = 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue