[Mplayer-cvslog] CVS: main/libmpcodecs vf.h,1.12,1.13

Kim Minh Kaplan CVS kmkaplan at mplayerhq.hu
Sun Aug 4 04:19:23 CEST 2002


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

Modified Files:
	vf.h 
Log Message:
Add the control VFCTRL_CHANGE_RECTANGLE


Index: vf.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- vf.h	28 Jul 2002 21:30:09 -0000	1.12
+++ vf.h	4 Aug 2002 02:19:20 -0000	1.13
@@ -57,6 +57,7 @@
 #define VFCTRL_SET_EQUALIZER 6 /* set color options (brightness,contrast etc) */
 #define VFCTRL_GET_EQUALIZER 8 /* gset color options (brightness,contrast etc) */
 #define VFCTRL_DRAW_OSD 7
+#define VFCTRL_CHANGE_RECTANGLE 9 /* Change the rectangle boundaries */
 
 #include "vfcap.h"
 




More information about the MPlayer-cvslog mailing list