summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12dec.c
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2014-08-03 00:02:23 +0200
committerClément Bœsch <u@pkh.me>2014-08-03 00:02:23 +0200
commitee7ee9b1b4c981cdf450766729015c3f9f70caac (patch)
tree0960daa215969da21ee121387fb8bc8e3aa81c91 /libavcodec/mpeg12dec.c
parent17c656518623e54ba5818e7bee965646421aeae0 (diff)
avcodec/mpeg12dec: fix vissible typo after 17c65651
Diffstat (limited to 'libavcodec/mpeg12dec.c')
-rw-r--r--libavcodec/mpeg12dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpeg12dec.c b/libavcodec/mpeg12dec.c
index 6c6b34aece..25e281dbc3 100644
--- a/libavcodec/mpeg12dec.c
+++ b/libavcodec/mpeg12dec.c
@@ -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) &&