Mercurial > mplayer.hg
changeset 16250:7df45743ee06
Clarify loadfile/loadlist description.
author | diego |
---|---|
date | Wed, 17 Aug 2005 22:56:44 +0000 |
parents | d47cd711f617 |
children | ae5caba38b89 |
files | DOCS/tech/slave.txt |
diffstat | 1 files changed, 4 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/tech/slave.txt Wed Aug 17 22:50:29 2005 +0000 +++ b/DOCS/tech/slave.txt Wed Aug 17 22:56:44 2005 +0000 @@ -174,14 +174,12 @@ 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.