[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.116, Fri Dec 10 05:37:11 2004 UTC revision 1.117, Sun Mar 27 03:59:42 2005 UTC
# Line 146  Line 146 
146    
147          /* global flags */          /* global flags */
148          pEnc->mbParam.global_flags = create->global;          pEnc->mbParam.global_flags = create->global;
149      if ((pEnc->mbParam.global_flags & XVID_GLOBAL_PACKED))
150        pEnc->mbParam.global_flags |= XVID_GLOBAL_DIVX5_USERDATA;
151    
152          /* width, height */          /* width, height */
153          pEnc->mbParam.width = create->width;          pEnc->mbParam.width = create->width;
# Line 1256  Line 1258 
1258                  SWAP(FRAMEINFO*, pEnc->current, pEnc->bframes[pEnc->bframenum_tail]);                  SWAP(FRAMEINFO*, pEnc->current, pEnc->bframes[pEnc->bframenum_tail]);
1259    
1260                  if ((pEnc->current->vop_flags & XVID_VOP_DEBUG)) {                  if ((pEnc->current->vop_flags & XVID_VOP_DEBUG)) {
1261                          image_printf(&pEnc->current->image, pEnc->mbParam.edged_width, pEnc->mbParam.height, 5, 100, "DX50 BVOP->PVOP");                          image_printf(&pEnc->current->image, pEnc->mbParam.edged_width, pEnc->mbParam.height, 5, 100, "CLOSED GOP BVOP->PVOP");
1262                  }                  }
1263    
1264                  /* convert B-VOP quant to P-VOP */                  /* convert B-VOP quant to P-VOP */

Legend:
Removed from v.1.116  
changed lines
  Added in v.1.117

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