diff options
author | albeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-05-31 09:42:14 +0000 |
---|---|---|
committer | albeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-05-31 09:42:14 +0000 |
commit | f24d313473419253b38b732c35dc5249b1cd9c64 (patch) | |
tree | 173550e4181ef9e901bc2e430351125cdee86412 /DOCS/tech | |
parent | 17ac1fe1ce0c6fb63a06c0911c103d0236a8c44c (diff) |
Allow setting the direction in the step_property command.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23430 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech')
-rw-r--r-- | DOCS/tech/slave.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt index 1ca4e40838..0aa51ac121 100644 --- a/DOCS/tech/slave.txt +++ b/DOCS/tech/slave.txt @@ -249,8 +249,10 @@ speed_mult <value> speed_set <value> Set the speed to <value>. -step_property <property> [<value>] - Change property by value, or increase by a default if value is not given. +step_property <property> [value] [direction] + Change a property by value, or increase by a default if value is + not given or zero. The direction is reversed if direction is less + than zero. sub_alignment [value] Toggle/set subtitle alignment. |