ffmpeg | branch: master | Clément Bœsch <u...@pkh.me> | Sun Aug 3 00:02:23 2014 +0200| [ee7ee9b1b4c981cdf450766729015c3f9f70caac] | committer: Clément Bœsch
avcodec/mpeg12dec: fix vissible typo after 17c65651 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ee7ee9b1b4c981cdf450766729015c3f9f70caac --- libavcodec/mpeg12dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/mpeg12dec.c b/libavcodec/mpeg12dec.c index 6c6b34a..25e281d 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) && _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog