1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00

avcodec/mpeg12dec: fix vissible typo after 17c65651

This commit is contained in:
Clément Bœsch 2014-08-03 00:02:23 +02:00
parent 17c6565186
commit ee7ee9b1b4

View File

@ -1885,7 +1885,7 @@ static int mpeg_decode_slice(MpegEncContext *s, int mb_y,
goto eos;
}
// There are some files out there which are missing the last slice
// in cases where the slice is completely outside the vissible
// in cases where the slice is completely outside the visible
// area, we detect this here instead of running into the end expecting
// more data
if (s->mb_y >= ((s->height + 15) >> 4) &&