summaryrefslogtreecommitdiffstats
path: root/DOCS/tech
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-26 12:22:49 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-26 12:22:49 +0000
commit6ce6f1d587504999b8fdf4c8b26488f6379fb2a2 (patch)
tree206cde322f1477855b02b05a69154317e4feacbb /DOCS/tech
parent1036563da9fa41cca0010ccde91c12717d44a091 (diff)
downloadmpv-6ce6f1d587504999b8fdf4c8b26488f6379fb2a2.tar.bz2
mpv-6ce6f1d587504999b8fdf4c8b26488f6379fb2a2.tar.xz
equalizer docs updated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6816 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech')
-rw-r--r--DOCS/tech/libvo.txt13
1 files changed, 10 insertions, 3 deletions
diff --git a/DOCS/tech/libvo.txt b/DOCS/tech/libvo.txt
index 794f994de9..085f8cc716 100644
--- a/DOCS/tech/libvo.txt
+++ b/DOCS/tech/libvo.txt
@@ -49,9 +49,16 @@ Each vo driver _has_ to implement these:
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.