[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.958,1.959

Reimar Döffinger CVS syncmail at mplayerhq.hu
Mon May 9 22:04:14 CEST 2005


CVS change done by Reimar Döffinger CVS

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

Modified Files:
	mplayer.1 
Log Message:
vstrict=-1 is now less "dangerous", make it default and remove m/ljpeg encoding colorspace hack


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.958
retrieving revision 1.959
diff -u -r1.958 -r1.959
--- mplayer.1	9 May 2005 18:00:37 -0000	1.958
+++ mplayer.1	9 May 2005 20:04:12 -0000	1.959
@@ -6559,17 +6559,20 @@
 .PD 1
 .
 .TP
-.B vstrict=<-1|0|1>
+.B vstrict=<-2|-1|0|1>
 strict standard compliance
 .PD 0
 .RSs
 .IPs 0
-disabled (default)
+disabled
 .IPs 1
 Only recommended if you want to feed the output into the
 MPEG-4 reference decoder.
 .IPs -1
-Allows some non-standard codecs to work (snow, ffvhuff, ffv1).
+Allow libavcodec specific extensions (default)
+.IPs -2
+Enables experimental codecs and features which might not play back with
+later MPlayer versions (snow, ffvhuff, ffv1).
 .RE
 .PD 1
 .




More information about the MPlayer-DOCS mailing list