[MPlayer-cvslog] CVS: main/DOCS/tech slave.txt,1.41,1.42
Diego Biurrun CVS
syncmail at mplayerhq.hu
Thu Aug 18 00:56:46 CEST 2005
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var2/tmp/cvs-serv25811
Modified Files:
slave.txt
Log Message:
Clarify loadfile/loadlist description.
Index: slave.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/slave.txt,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- slave.txt 15 Aug 2005 08:30:43 -0000 1.41
+++ slave.txt 17 Aug 2005 22:56:44 -0000 1.42
@@ -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.
More information about the MPlayer-cvslog
mailing list