# HG changeset patch # User alex # Date 1027686169 0 # Node ID bdd6735a8d83af10accb94ec04cb370ccd1bbcda # Parent 6863033786d148bcc0d234a8f2da83b42e93c93f equalizer docs updated diff -r 6863033786d1 -r bdd6735a8d83 DOCS/tech/libvo.txt --- a/DOCS/tech/libvo.txt Fri Jul 26 04:04:51 2002 +0000 +++ b/DOCS/tech/libvo.txt Fri Jul 26 12:22:49 2002 +0000 @@ -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.