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/error_resilience.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libavcodec/error_resilience.c') diff --git a/libavcodec/error_resilience.c b/libavcodec/error_resilience.c index b0d22ddf97..2bb2276cd1 100644 --- a/libavcodec/error_resilience.c +++ b/libavcodec/error_resilience.c @@ -346,7 +346,7 @@ static void guess_mv(MpegEncContext *s){ s->mv_dir = MV_DIR_FORWARD; s->mb_intra=0; s->mv_type = MV_TYPE_16X16; - s->mb_skiped=0; + s->mb_skipped=0; s->dsp.clear_blocks(s->block[0]); @@ -474,7 +474,7 @@ int score_sum=0; s->mv_dir = MV_DIR_FORWARD; s->mb_intra=0; s->mv_type = MV_TYPE_16X16; - s->mb_skiped=0; + s->mb_skipped=0; s->dsp.clear_blocks(s->block[0]); @@ -858,7 +858,7 @@ void ff_er_frame_end(MpegEncContext *s){ s->mv_dir = MV_DIR_FORWARD; s->mb_intra=0; - s->mb_skiped=0; + s->mb_skipped=0; if(IS_8X8(mb_type)){ int mb_index= mb_x*2 + mb_y*2*s->b8_stride; int j; @@ -897,7 +897,7 @@ void ff_er_frame_end(MpegEncContext *s){ s->mv_dir = MV_DIR_FORWARD|MV_DIR_BACKWARD; s->mb_intra=0; s->mv_type = MV_TYPE_16X16; - s->mb_skiped=0; + s->mb_skipped=0; if(s->pp_time){ int time_pp= s->pp_time; -- cgit v1.2.3