[cvs] / xvidcore / examples / xvid_stat.c Repository:
ViewVC logotype

Diff of /xvidcore/examples/xvid_stat.c

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

revision 1.4.2.2, Sun Feb 9 06:46:54 2003 UTC revision 1.23, Mon Mar 22 23:47:59 2004 UTC
# Line 853  Line 853 
853    
854          if(use_assembler) {          if(use_assembler) {
855    
856  #ifdef ARCH_IA64  #ifdef ARCH_IS_IA64
857                  xinit.cpu_flags = XVID_CPU_FORCE | XVID_CPU_IA64;                  xinit.cpu_flags = XVID_CPU_FORCE | XVID_CPU_IA64;
858  #else  #else
859                  xinit.cpu_flags = 0;                  xinit.cpu_flags = 0;
# Line 915  Line 915 
915          xframe.length = -1;     /* this is written by the routine */          xframe.length = -1;     /* this is written by the routine */
916    
917          xframe.image = image;          xframe.image = image;
918          xframe.colorspace = XVID_CSP_YV12;      /* defined in <xvid.h> */          xframe.colorspace = XVID_CSP_I420;      /* defined in <xvid.h> */
919    
920          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) */
921    
# Line 997  Line 997 
997          xframe.length = m4v_size;          xframe.length = m4v_size;
998          xframe.image = out_buffer;          xframe.image = out_buffer;
999          xframe.stride = XDIM;          xframe.stride = XDIM;
1000          xframe.colorspace = XVID_CSP_YV12;             /* XVID_CSP_USER is fastest (no memcopy involved) */          xframe.colorspace = XVID_CSP_I420;             /* XVID_CSP_USER is fastest (no memcopy involved) */
1001    
1002          xerr = xvid_decore(dec_handle, XVID_DEC_DECODE, &xframe, NULL);          xerr = xvid_decore(dec_handle, XVID_DEC_DECODE, &xframe, NULL);
1003    

Legend:
Removed from v.1.4.2.2  
changed lines
  Added in v.1.23

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