diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-08-18 10:50:27 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-08-18 10:50:27 +0000 |
commit | dd8b407b5be7c542f08532b168d82ac1349e8cdf (patch) | |
tree | 068ecc19af6033c4a48e5ed3b26c1794aed7020e | |
parent | 7ddba028800273f6e6267a4d5592a7a02fb842cd (diff) |
Further clarify loadfile/loadlist description.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16255 b3059339-0415-0410-9bf9-f77b7e298cf2
-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 06a3df8a8d..281133e88d 100644 --- a/DOCS/tech/slave.txt +++ b/DOCS/tech/slave.txt @@ -175,11 +175,13 @@ panscan <-1.0 - 1.0> | <0.0 - 1.0> <absolute> loadfile <file|url> <append> Load the given file/URL, stopping playback of the current file/URL. - If <append> is nonzero it will be appended to the playlist instead. + If <append> is nonzero playback continues and the file/URL is + appended to the current playlist instead. loadlist <file> <append> Load the given playlist file, stopping playback of the current file. - If <append> is nonzero it will be appended to the playlist instead. + If <append> is nonzero playback continues and the playlist file is + appended to the current playlist instead. change_rectangle <val1> <val2> Change the position of the rectangle filter rectangle. |