[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.557,1.558

Diego Biurrun CVS syncmail at mplayerhq.hu
Fri Mar 19 17:01:53 CET 2004


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv26126/DOCS/man/en

Modified Files:
	mplayer.1 
Log Message:
100l bug fixes, -noaspect moved just below -aspect.


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.557
retrieving revision 1.558
diff -u -r1.557 -r1.558
--- mplayer.1	18 Mar 2004 01:19:20 -0000	1.557
+++ mplayer.1	19 Mar 2004 16:01:50 -0000	1.558
@@ -588,8 +588,8 @@
 .B \-use-stdin
 The standard input (aka. stdin) will be used to read data instead of key
 events.  If you open /dev/stdin (or the equivalent on your system), use stdin
-in a playlist or intend to read from stdin later on via the openfile or
-openlist commands you
+in a playlist or intend to read from stdin later on via the loadfile or
+loadlist commands you
 .B need
 this option.
 .
@@ -621,7 +621,7 @@
 .TP
 .B \-audio-demuxer <number> (\-audiofile only)
 Force audio demuxer type for \-audiofile.
-Give the demuxer ID as defined in demuxers.h.
+Give the demuxer ID as defined in libmpdemux/demuxer.h.
 Use \-audio-demuxer 17 to force .mp3 detection.
 .TP
 .B \-audiofile <filename>
@@ -730,7 +730,7 @@
 .TP
 .B \-demuxer <number>
 Force demuxer type.
-Give the demuxer ID as defined in demuxers.h.
+Give the demuxer ID as defined in libmpdemux/demuxer.h.
 Use \-demuxer 17 to force .mp3 detection.
 .TP
 .B \-dumpaudio (MPLAYER only)
@@ -1747,8 +1747,8 @@
 .TP
 .B \-geometry x[%][:y[%]] or [WxH][+x+y]
 Adjust where the output is on the screen initially.
-The x and y specifications are in pixels measured from the top-right of the
-screen to the top-right of the image being displayed, however if a percentage
+The x and y specifications are in pixels measured from the top-left of the
+screen to the top-left of the image being displayed, however if a percentage
 sign is given after the argument it turns the value into a percentage of the
 screen size in that direction.
 It also supports the standard option format to the standard X \-geometry
@@ -2104,6 +2104,9 @@
 .PD 1
 .
 .TP
+.B \-noaspect
+Disable automatic movie aspect ratio compensation.
+.TP
 .B \-flip \ 
 Flip image upside-down.
 .TP
@@ -2228,9 +2231,6 @@
 .RE
 .
 .TP
-.B \-noaspect
-Disable automatic movie aspect ratio compensation.
-.TP
 .B \-noslices
 Disable drawing video by 16-pixel height slices/\:bands, instead draws the
 whole frame in a single run.




More information about the MPlayer-DOCS mailing list