comparison msmpeg4.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 0d88e3f89379
children 67171616ead6
comparison
equal deleted inserted replaced
2627:bf158d23bbcc 2628:511e3afc43e1
1490 s->block_last_index[i] = -1; 1490 s->block_last_index[i] = -1;
1491 s->mv_dir = MV_DIR_FORWARD; 1491 s->mv_dir = MV_DIR_FORWARD;
1492 s->mv_type = MV_TYPE_16X16; 1492 s->mv_type = MV_TYPE_16X16;
1493 s->mv[0][0][0] = 0; 1493 s->mv[0][0][0] = 0;
1494 s->mv[0][0][1] = 0; 1494 s->mv[0][0][1] = 0;
1495 s->mb_skiped = 1; 1495 s->mb_skipped = 1;
1496 return 0; 1496 return 0;
1497 } 1497 }
1498 } 1498 }
1499 1499
1500 if(s->msmpeg4_version==2) 1500 if(s->msmpeg4_version==2)
1578 s->block_last_index[i] = -1; 1578 s->block_last_index[i] = -1;
1579 s->mv_dir = MV_DIR_FORWARD; 1579 s->mv_dir = MV_DIR_FORWARD;
1580 s->mv_type = MV_TYPE_16X16; 1580 s->mv_type = MV_TYPE_16X16;
1581 s->mv[0][0][0] = 0; 1581 s->mv[0][0][0] = 0;
1582 s->mv[0][0][1] = 0; 1582 s->mv[0][0][1] = 0;
1583 s->mb_skiped = 1; 1583 s->mb_skipped = 1;
1584 *mb_type_ptr = MB_TYPE_SKIP | MB_TYPE_L0 | MB_TYPE_16x16; 1584 *mb_type_ptr = MB_TYPE_SKIP | MB_TYPE_L0 | MB_TYPE_16x16;
1585 1585
1586 return 0; 1586 return 0;
1587 } 1587 }
1588 } 1588 }