[cvs] / xvidcore / src / encoder.c Repository:
ViewVC logotype

Diff of /xvidcore/src/encoder.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.29, Sun Apr 28 21:55:06 2002 UTC revision 1.30, Sun Apr 28 23:31:00 2002 UTC
# Line 510  Line 510 
510                          MVBLOCKHINT * bhint = &hint->mvhint.block[x + y * pEnc->mbParam.mb_width];                          MVBLOCKHINT * bhint = &hint->mvhint.block[x + y * pEnc->mbParam.mb_width];
511                          VECTOR pred[4];                          VECTOR pred[4];
512                          VECTOR tmp;                          VECTOR tmp;
513                          uint32_t dummy[4];                          int32_t dummy[4];
514                          int vec;                          int vec;
515    
516                          pMB->mode = (hint->rawhints) ? bhint->mode : BitstreamGetBits(&bs, MODEBITS);                          pMB->mode = (hint->rawhints) ? bhint->mode : BitstreamGetBits(&bs, MODEBITS);

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4