[Mplayer-cvslog] CVS: main/DOCS/tech libvo.txt,1.1,1.2

Alex Beregszaszi alex at mplayerhq.hu
Fri Jul 26 14:23:00 CEST 2002


Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var/tmp.root/cvs-serv30509

Modified Files:
	libvo.txt 
Log Message:
equalizer docs updated

Index: libvo.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/libvo.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libvo.txt	13 Apr 2002 02:09:18 -0000	1.1
+++ libvo.txt	26 Jul 2002 12:22:49 -0000	1.2
@@ -49,9 +49,16 @@
 	 VOCTRL_GUISUPPORT
 		return true only if driver supports co-operation with
 		MPlayer's GUI (not yet used by GUI)
-	 VOCTRL_QUERY_VAA  -  this is used by the vidix extension
-		this is used by the vidix extension to fill a vo_vaa_t struct,
-		I do not know how this works since I'm not the author of this
+	 VOCTRL_SET_EQUALIZER
+		set the video equalizer to the given values
+		two arguments are provided: item and value
+		item is a string, the possible values are (currently):
+		    brightness, contrast, saturation, hue
+	 VOCTRL_GET_EQUALIZER
+		get the current video equalizer values
+		two arguments are provided: item and value
+		item is a string, the possible values are (currenlty):
+		    brightness, contrast, saturation, hue
 
     config():	
       Set up the video system. You get the dimensions and flags.




More information about the MPlayer-cvslog mailing list