Clarify loadfile/loadlist description.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16251 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-08-17 22:56:44 +00:00
parent 937a5d6993
commit 0b090ca4e0
1 changed files with 4 additions and 6 deletions

View File

@ -174,14 +174,12 @@ panscan <-1.0 - 1.0> | <0.0 - 1.0> <absolute>
absolute range. absolute range.
loadfile <file|url> <append> loadfile <file|url> <append>
Load the given file/URL. Load the given file/URL, stopping playback of the current file/URL.
If <append> is 0 or not given playback of the current file will be stopped If <append> is nonzero it will be appended to the playlist instead.
and the playlist replaced. Otherwise it will only be added to the playlist.
loadlist <file> <append> loadlist <file> <append>
Load the given playlist file. Load the given playlist file, stopping playback of the current file.
If <append> is 0 or not given playback of the current file will be stopped If <append> is nonzero it will be appended to the playlist instead.
and the playlist replaced. Otherwise it will only be added to the playlist.
change_rectangle <val1> <val2> change_rectangle <val1> <val2>
Change the position of the rectangle filter rectangle. Change the position of the rectangle filter rectangle.