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

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

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

revision 1.39.2.18, Wed Oct 1 23:23:01 2003 UTC revision 1.39.2.19, Wed Nov 19 15:42:38 2003 UTC
# Line 1264  Line 1264 
1264                                                  Bitstream * const bs,                                                  Bitstream * const bs,
1265                                                  const MBParam * pParam,                                                  const MBParam * pParam,
1266                                                  const FRAMEINFO * const frame,                                                  const FRAMEINFO * const frame,
1267                                                  int vop_coded)                                                  int vop_coded,
1268                                                    unsigned int quant)
1269  {  {
1270          uint32_t i;          uint32_t i;
1271    
# Line 1357  Line 1358 
1358    
1359    
1360  #if 0  #if 0
1361          DPRINTF(XVID_DEBUG_HEADER, "quant = %i\n", frame->quant);          DPRINTF(XVID_DEBUG_HEADER, "quant = %i\n", quant);
1362  #endif  #endif
1363    
1364          BitstreamPutBits(bs, frame->quant, 5);  /* quantizer */          BitstreamPutBits(bs, quant, 5); /* quantizer */
1365    
1366          if (frame->coding_type != I_VOP)          if (frame->coding_type != I_VOP)
1367                  BitstreamPutBits(bs, frame->fcode, 3);  /* forward_fixed_code */                  BitstreamPutBits(bs, frame->fcode, 3);  /* forward_fixed_code */

Legend:
Removed from v.1.39.2.18  
changed lines
  Added in v.1.39.2.19

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