[Mplayer-cvslog] CVS: main/libmpcodecs vfcap.h,1.1,1.2

Arpi of Ize arpi at mplayerhq.hu
Thu Oct 10 00:07:51 CEST 2002


Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv14091

Modified Files:
	vfcap.h 
Log Message:
VFCAP_DRAW_SLICE added


Index: vfcap.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vfcap.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vfcap.h	11 Apr 2002 20:55:10 -0000	1.1
+++ vfcap.h	9 Oct 2002 22:07:48 -0000	1.2
@@ -21,6 +21,8 @@
 #define VFCAP_FLIPPED 0x200
 // driver accept stride: (put_image/draw_frame)
 #define VFCAP_ACCEPT_STRIDE 0x400
-
+// filter does postprocessing (so you shouldn't scale/filter image before it)
 #define VFCAP_POSTPROC 0x800
+// filter has draw_slice() support for this colorspace (assumed for planar YUV)
+#define VFCAP_DRAW_SLICE 0x1000
 




More information about the MPlayer-cvslog mailing list