summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-22 19:34:49 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-22 19:34:49 +0000
commitdb4b785a119fd6855809e13b0f860397795097a0 (patch)
tree8e2e5e597639ed8a894df125a0c0e921d3a691f6 /DOCS
parent94b93ccc69d35a23cebcb0d9a92fe511c8dd5457 (diff)
downloadmpv-db4b785a119fd6855809e13b0f860397795097a0.tar.bz2
mpv-db4b785a119fd6855809e13b0f860397795097a0.tar.xz
The tv color control commands can now also adjust the values.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18209 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/slave.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt
index ac81380e86..ef25e3f44d 100644
--- a/DOCS/tech/slave.txt
+++ b/DOCS/tech/slave.txt
@@ -264,17 +264,17 @@ tv_set_freq <frequency in MHz>
tv_set_norm <norm>
Set the TV tuner norm (PAL, SECAM, NTSC, ...).
-tv_set_brightness <-100 - 100>
- Set TV tuner brightness.
+tv_set_brightness <-100 - 100> [abs]
+ Set TV tuner brightness or adjust it if [abs] is set to 0.
-tv_set_contrast <-100 -100>
- Set TV tuner contrast.
+tv_set_contrast <-100 -100> [abs]
+ Set TV tuner contrast or adjust it if [abs] is set to 0.
-tv_set_hue <-100 - 100>
- Set TV tuner hue.
+tv_set_hue <-100 - 100> [abs]
+ Set TV tuner hue or adjust it if [abs] is set to 0.
-tv_set_saturation <-100 - 100>
- Set TV tuner saturation.
+tv_set_saturation <-100 - 100> [abs]
+ Set TV tuner saturation or adjust it if [abs] is set to 0.
use_master
Switch volume control between master and PCM.