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

Diff of /xvidcore/src/decoder.c

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

revision 1.27, Thu Jul 11 00:15:59 2002 UTC revision 1.28, Fri Jul 12 00:49:59 2002 UTC
# Line 1339  Line 1339 
1339                  return XVID_ERR_FAIL;                  return XVID_ERR_FAIL;
1340          }          }
1341    
1342    #ifdef BFRAMES_DEC_DEBUG
1343          if (frame->length != BitstreamPos(&bs) / 8){          if (frame->length != BitstreamPos(&bs) / 8){
1344                  DEBUG2("InLen/UseLen",frame->length, BitstreamPos(&bs) / 8);                  DEBUG2("InLen/UseLen",frame->length, BitstreamPos(&bs) / 8);
1345          }          }
1346    #endif
1347          frame->length = BitstreamPos(&bs) / 8;          frame->length = BitstreamPos(&bs) / 8;
1348    
1349    

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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