From 160d679c075e9f575f96ea2c2c000545a49916a0 Mon Sep 17 00:00:00 2001 From: Mike Melanson Date: Sun, 24 Apr 2005 17:21:11 +0000 Subject: Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") Originally committed as revision 4153 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h261.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/h261.c') diff --git a/libavcodec/h261.c b/libavcodec/h261.c index aceebaa381..cc6d34fdc7 100644 --- a/libavcodec/h261.c +++ b/libavcodec/h261.c @@ -541,7 +541,7 @@ static int h261_decode_mb_skipped(H261Context *h, int mba1, int mba2 ) s->current_picture.mb_type[xy]= MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0; s->mv[0][0][0] = 0; s->mv[0][0][1] = 0; - s->mb_skiped = 1; + s->mb_skipped = 1; h->mtype &= ~MB_TYPE_H261_FIL; MPV_decode_mb(s, s->block); -- cgit v1.2.3