OSDN Git Service

10l
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 24 Jun 2002 00:56:27 +0000 (00:56 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 24 Jun 2002 00:56:27 +0000 (00:56 +0000)
Originally committed as revision 6542 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

postproc/swscale.h

index 85af9a9..4ef752f 100644 (file)
 
 //the following 4 flags are not completly implemented
 //internal chrominace subsamling info
-#define SWS_FULL_CHR_H_INT     0x200
+#define SWS_FULL_CHR_H_INT     0x2000
 //input subsampling info
-#define SWS_FULL_CHR_H_INP     0x400
-#define SWS_DIRECT_BGR         0x800
+#define SWS_FULL_CHR_H_INP     0x4000
+#define SWS_DIRECT_BGR         0x8000
 
 #define SWS_PRINT_INFO 0x1000