[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.850,1.851

Ivo van Poorten CVS syncmail at mplayerhq.hu
Mon Jan 10 16:51:59 CET 2005


CVS change done by Ivo van Poorten CVS

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

Modified Files:
	mplayer.1 
Log Message:

Implementation of vo_png suboption parser with subopt-helper and removal
of -z command line option.



Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.850
retrieving revision 1.851
diff -u -r1.850 -r1.851
--- mplayer.1	10 Jan 2005 00:12:24 -0000	1.850
+++ mplayer.1	10 Jan 2005 15:51:55 -0000	1.851
@@ -2272,11 +2272,6 @@
 displays) this option tells MPlayer which screen to display movie on.
 .
 .TP
-.B \-z <0\-9> (\-vo png only)
-Specifies the compression level of the png video output driver.
-0 is no compression, 9 is the maximum compression.
-.
-.TP
 .B \-zrbw (\-vo zr only)
 Display in black and white.
 For optimal performance, this can be combined with '\-lavdopts gray'.
@@ -2977,10 +2972,17 @@
 .PD 1
 .
 .TP
-.B png (also see \-z)
+.B png\ \ 
 Output each frame into a PNG file in the current directory.
 Each file takes the frame number padded with leading zeros as name.
 24bpp RGB and BGR formats are supported.
+.PD 0
+.RSs
+.IPs z=<0-9>
+Specifies the compression level.
+0 is no compression, 9 is maximum compression.
+.RE
+.PD 1
 .
 .TP
 .B tga\ \ \ \ 




More information about the MPlayer-DOCS mailing list