summaryrefslogtreecommitdiffstats
path: root/DOCS/tech
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-08-17 22:56:44 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-08-17 22:56:44 +0000
commit0b090ca4e01b1f3dc2313d251da4a922e3a7c1e7 (patch)
tree654eb6938ae5458d1634eca65b9cb4a1ac93bc61 /DOCS/tech
parent937a5d699361b24386526f2d77270a07658ed73a (diff)
downloadmpv-0b090ca4e01b1f3dc2313d251da4a922e3a7c1e7.tar.bz2
mpv-0b090ca4e01b1f3dc2313d251da4a922e3a7c1e7.tar.xz
Clarify loadfile/loadlist description.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16251 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech')
-rw-r--r--DOCS/tech/slave.txt10
1 files changed, 4 insertions, 6 deletions
diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt
index 63d2e695eb..06a3df8a8d 100644
--- a/DOCS/tech/slave.txt
+++ b/DOCS/tech/slave.txt
@@ -174,14 +174,12 @@ panscan <-1.0 - 1.0> | <0.0 - 1.0> <absolute>
absolute range.
loadfile <file|url> <append>
- Load the given file/URL.
- If <append> is 0 or not given playback of the current file will be stopped
- and the playlist replaced. Otherwise it will only be added to the playlist.
+ Load the given file/URL, stopping playback of the current file/URL.
+ If <append> is nonzero it will be appended to the playlist instead.
loadlist <file> <append>
- Load the given playlist file.
- If <append> is 0 or not given playback of the current file will be stopped
- and the playlist replaced. Otherwise it will only be added to the playlist.
+ Load the given playlist file, stopping playback of the current file.
+ If <append> is nonzero it will be appended to the playlist instead.
change_rectangle <val1> <val2>
Change the position of the rectangle filter rectangle.