Commit ee7ee9b1 authored by Clément Bœsch's avatar Clément Bœsch

avcodec/mpeg12dec: fix vissible typo after 17c65651

parent 17c65651
...@@ -1885,7 +1885,7 @@ static int mpeg_decode_slice(MpegEncContext *s, int mb_y, ...@@ -1885,7 +1885,7 @@ static int mpeg_decode_slice(MpegEncContext *s, int mb_y,
goto eos; goto eos;
} }
// There are some files out there which are missing the last slice // 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 // area, we detect this here instead of running into the end expecting
// more data // more data
if (s->mb_y >= ((s->height + 15) >> 4) && if (s->mb_y >= ((s->height + 15) >> 4) &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment