changeset 6541:6507469651f4

10l
author michael
date Mon, 24 Jun 2002 00:56:27 +0000
parents 5b3cace64e9d
children 7af3fcd76d2d
files postproc/swscale.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/postproc/swscale.h	Mon Jun 24 00:18:29 2002 +0000
+++ b/postproc/swscale.h	Mon Jun 24 00:56:27 2002 +0000
@@ -29,10 +29,10 @@
 
 //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