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

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

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

revision 156, Fri May 3 00:45:10 2002 UTC revision 157, Fri May 3 08:37:55 2002 UTC
# Line 559  Line 559 
559                                  }                                  }
560                          }                          }
561    
562                          *quant = BitstreamGetBits(bs, dec->quant_bits);         // vop_quant                          if((*quant = BitstreamGetBits(bs, dec->quant_bits)) < 1)                // vop_quant
563                                    *quant = 1;
564    
565                          //DEBUG1("quant", *quant);                          //DEBUG1("quant", *quant);
566    
567                          if (coding_type != I_VOP)                          if (coding_type != I_VOP)

Legend:
Removed from v.156  
changed lines
  Added in v.157

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