summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-23 19:59:24 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-23 19:59:24 +0000
commit4087d12af90a8f6729a3b3deb513575457632eee (patch)
treed5afa084ed2705c8d3d5368ae954fce28e151d21 /DOCS
parentc02f7dd0d044a6d7e6a6a9cc0bbeac8a9ba0eb71 (diff)
downloadmpv-4087d12af90a8f6729a3b3deb513575457632eee.tar.bz2
mpv-4087d12af90a8f6729a3b3deb513575457632eee.tar.xz
sync to x264 r137: adaptive B-frame decision, flush delayed frames.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14785 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.113
1 files changed, 12 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 1b8c551b50..b03b9ed25d 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -7369,7 +7369,18 @@ Some decoders are unable to deal with large frameref values.
.
.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