comparison h261.c @ 2628:511e3afc43e1 libavcodec

Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped")
author melanson
date Sun, 24 Apr 2005 17:21:11 +0000
parents f67b63ed036d
children 67171616ead6
comparison
equal deleted inserted replaced
2627:bf158d23bbcc 2628:511e3afc43e1
539 s->mv_dir = MV_DIR_FORWARD; 539 s->mv_dir = MV_DIR_FORWARD;
540 s->mv_type = MV_TYPE_16X16; 540 s->mv_type = MV_TYPE_16X16;
541 s->current_picture.mb_type[xy]= MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0; 541 s->current_picture.mb_type[xy]= MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0;
542 s->mv[0][0][0] = 0; 542 s->mv[0][0][0] = 0;
543 s->mv[0][0][1] = 0; 543 s->mv[0][0][1] = 0;
544 s->mb_skiped = 1; 544 s->mb_skipped = 1;
545 h->mtype &= ~MB_TYPE_H261_FIL; 545 h->mtype &= ~MB_TYPE_H261_FIL;
546 546
547 MPV_decode_mb(s, s->block); 547 MPV_decode_mb(s, s->block);
548 } 548 }
549 549