[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.891,1.892

Loren Merritt CVS syncmail at mplayerhq.hu
Wed Feb 23 20:59:27 CET 2005


CVS change done by Loren Merritt CVS

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

Modified Files:
	mplayer.1 
Log Message:
sync to x264 r137: adaptive B-frame decision, flush delayed frames.


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.891
retrieving revision 1.892
diff -u -r1.891 -r1.892
--- mplayer.1	23 Feb 2005 01:55:39 -0000	1.891
+++ mplayer.1	23 Feb 2005 19:59:24 -0000	1.892
@@ -7369,7 +7369,18 @@
 .
 .TP
 .B bframes=<0\-16>
-number of consecutive B-frames between I- and P-frames (default: 0)
+maximum number of consecutive B-frames between I- and P-frames (default: 0)
+.
+.TP
+.B (no)b_adapt
+Automatically decides when to use B-frames and how many, up to the maximum
+specified above (default: on).
+If this option is disabled, then the maximum number of B-frames is used.
+.
+.TP
+.B b_bias=<-100\-100>
+Controls the decision performed by b_adapt.
+A higher b_bias produces more B-frames. (default: 0)
 .
 .TP
 .B (no)deblock




More information about the MPlayer-DOCS mailing list