summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-11 10:03:25 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-11 10:03:25 +0000
commitefb09095ee283e184deb676c63cd9ff2f94b60ec (patch)
treea483f7256269280609ff3b4fd70886c1497c31cf /DOCS/man/en
parentc388f79c0f1e91741cc506c5900f496ca8d4899f (diff)
downloadmpv-efb09095ee283e184deb676c63cd9ff2f94b60ec.tar.bz2
mpv-efb09095ee283e184deb676c63cd9ff2f94b60ec.tar.xz
Try to fix the description of what mbcmp influences, please fix if I misunderstood the code.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26221 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man/en')
-rw-r--r--DOCS/man/en/mplayer.15
1 files changed, 4 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 0d2018b312..636f3dbb14 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -7808,7 +7808,8 @@ Macroblock decision algorithm (high quality mode), encode each macro
block in all modes and choose the best.
This is slow but results in better quality and file size.
When mbd is set to 1 or 2, the value of mbcmp is ignored when comparing
-macroblocks.
+macroblocks (the mbcmp value is still used in other places though, in particular
+the motion search algorithms).
If any comparison setting (precmp, subcmp, cmp, or mbcmp) is nonzero,
however, a slower but better half-pel motion search will be used,
regardless of what mbd is set to.
@@ -8639,6 +8640,8 @@ This seems only useful for high bitrate encodings.
.B mbcmp=<0\-2000>
Sets the comparison function for the macroblock decision, has only
an effect if mbd=0.
+This is also used for some motion search functions, in which case
+it has an effect regardless of mbd setting.
.PD 0
.RSs
.IPs "0 (SAD)"