[Mplayer-cvslog] CVS: main/postproc swscale.h,1.18,1.19
Michael Niedermayer
michael at mplayerhq.hu
Mon Jun 24 02:56:30 CEST 2002
Update of /cvsroot/mplayer/main/postproc
In directory mail:/var/tmp.root/cvs-serv7984
Modified Files:
swscale.h
Log Message:
10l
Index: swscale.h
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/swscale.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- swscale.h 24 Jun 2002 00:18:29 -0000 1.18
+++ swscale.h 24 Jun 2002 00:56:27 -0000 1.19
@@ -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
More information about the MPlayer-cvslog
mailing list