[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.17.2.1, Sat Oct 5 21:34:04 2002 UTC revision 1.17.2.2, Sun Oct 6 07:05:50 2002 UTC
# Line 56  Line 56 
56    
57    
58  /* Colorspaces */  /* Colorspaces */
59  #define XVID_CSP_RGB24  0  #define XVID_CSP_RGB24  0               /* [b|g|r] */
60  #define XVID_CSP_YV12   1  #define XVID_CSP_YV12   1
61  #define XVID_CSP_YUY2   2  #define XVID_CSP_YUY2   2
62  #define XVID_CSP_UYVY   3  #define XVID_CSP_UYVY   3
# Line 66  Line 66 
66  #define XVID_CSP_USER   12  #define XVID_CSP_USER   12
67  #define XVID_CSP_EXTERN      1004  // per slice rendering  #define XVID_CSP_EXTERN      1004  // per slice rendering
68  #define XVID_CSP_YVYU   1002  #define XVID_CSP_YVYU   1002
69  #define XVID_CSP_RGB32  1000  #define XVID_CSP_RGB32  1000    /* [b|g|r|a] */
70    #define XVID_CSP_ABGR   1006    /* [a|b|g|r] */
71    #define XVID_CSP_RGBA   1005    /* [r|g|b|a] */
72    
73    
74    
75  #define XVID_CSP_NULL   9999  #define XVID_CSP_NULL   9999
76    
77  #define XVID_CSP_VFLIP  0x80000000      // flip mask  #define XVID_CSP_VFLIP  0x80000000      // flip mask

Legend:
Removed from v.1.17.2.1  
changed lines
  Added in v.1.17.2.2

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