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

Diff of /trunk/xvidcore/src/decoder.c

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

revision 290, Thu Jul 11 00:15:59 2002 UTC revision 294, Fri Jul 12 00:49:59 2002 UTC
# Line 53  Line 53 
53   *  22.12.2001  lock based interpolation   *  22.12.2001  lock based interpolation
54   *  01.12.2001  inital version; (c)2001 peter ross <pross@cs.rmit.edu.au>   *  01.12.2001  inital version; (c)2001 peter ross <pross@cs.rmit.edu.au>
55   *   *
56   *  $Id: decoder.c,v 1.27 2002-07-11 00:15:59 chenm001 Exp $   *  $Id: decoder.c,v 1.28 2002-07-12 00:49:59 chenm001 Exp $
57   *   *
58   *************************************************************************/   *************************************************************************/
59    
# 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.290  
changed lines
  Added in v.294

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