[svn] / branches / dev-api-3 / xvidcore / examples / xvid_bstat.c Repository:
ViewVC logotype

Diff of /branches/dev-api-3/xvidcore/examples/xvid_bstat.c

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

revision 840, Wed Feb 12 14:10:50 2003 UTC revision 841, Wed Feb 12 14:51:02 2003 UTC
# Line 323  Line 323 
323          xparam.global = XVID_GLOBAL_DX50BVOP;//XVID_GLOBAL_DEBUG; //XVID_GLOBAL_PACKED|XVID_GLOBAL_DX50BVOP;//|XVID_GLOBAL_DEBUG;          xparam.global = XVID_GLOBAL_DX50BVOP;//XVID_GLOBAL_DEBUG; //XVID_GLOBAL_PACKED|XVID_GLOBAL_DX50BVOP;//|XVID_GLOBAL_DEBUG;
324          xparam.max_bframes = ARG_MAX_BFRAMES;          xparam.max_bframes = ARG_MAX_BFRAMES;
325          xparam.bquant_ratio = ARG_BQUANT_RATIO;          xparam.bquant_ratio = ARG_BQUANT_RATIO;
326            xparam.bquant_offset= 0;
327    
328          xparam.frame_drop_ratio = 0;          xparam.frame_drop_ratio = 0;
329    
# Line 349  Line 350 
350          xframe.length = -1;     // this is written by the routine          xframe.length = -1;     // this is written by the routine
351    
352          xframe.image = image;          xframe.image = image;
353            xframe.stride = XDIM;
354          xframe.colorspace = XVID_CSP_YV12;      // defined in <xvid.h>          xframe.colorspace = XVID_CSP_YV12;      // defined in <xvid.h>
355    
356          xframe.intra = -1; // let the codec decide between I-frame (1) and P-frame (0)          xframe.intra = -1; // let the codec decide between I-frame (1) and P-frame (0)

Legend:
Removed from v.840  
changed lines
  Added in v.841

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