[cvs] / xvidcore / src / xvid.h Repository:
ViewVC logotype

Diff of /xvidcore/src/xvid.h

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

revision 1.52, Tue Nov 22 10:53:10 2005 UTC revision 1.53, Fri Dec 9 04:45:35 2005 UTC
# Line 361  Line 361 
361  #define XVID_REQORIGINAL (1<<0) /* plugin requires a copy of the original (uncompressed) image */  #define XVID_REQORIGINAL (1<<0) /* plugin requires a copy of the original (uncompressed) image */
362  #define XVID_REQPSNR     (1<<1) /* plugin requires psnr between the uncompressed and compressed image*/  #define XVID_REQPSNR     (1<<1) /* plugin requires psnr between the uncompressed and compressed image*/
363  #define XVID_REQDQUANTS  (1<<2) /* plugin requires access to the dquant table */  #define XVID_REQDQUANTS  (1<<2) /* plugin requires access to the dquant table */
364    #define XVID_REQLAMBDA   (1<<3) /* plugin requires access to the lambda table */
365    
366    
367  typedef struct  typedef struct
# Line 426  Line 427 
427          int vol_flags;          /* [in,out] */          int vol_flags;          /* [in,out] */
428          int motion_flags;       /* [in,out] */          int motion_flags;       /* [in,out] */
429    
430            /* Lambda table for HVSPlugins */
431            float * lambda;         /* [in,out] six floats for each macroblock. read, multiply, write back */
432    
433  /* Deprecated, use the stats field instead.  /* Deprecated, use the stats field instead.
434   * Will disapear before 1.0 */   * Will disapear before 1.0 */
435          int length;             /* [out] after: length of encoded frame */          int length;             /* [out] after: length of encoded frame */

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

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