Make default values and ranges match the source code.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15768 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gpoirier 2005-06-19 16:03:49 +00:00
parent e8ec3c300e
commit ed16ed561a
1 changed files with 3 additions and 3 deletions

View File

@ -7054,12 +7054,12 @@ Sets the comparison function for sub pel motion estimation
(see mbcmp for available comparison functions) (default: 0).
.
.TP
.B nssew=<0\-100>
.B nssew=<0\-1000000>
This setting controls NSSE weight, where larger weights will result in
more noise.
0 NSSE is identical to SSE
You may find this useful if you prefer to keep some noise in your encoded
video rather than filtering it away before encoding.
video rather than filtering it away before encoding (default: 8).
.
.TP
.B predia=<-99\-6>
@ -7534,7 +7534,7 @@ autodetection of some decoders might be confused.
.
.TP
.B max_bframes=<0\-4>
Maximum number of B-frames to put between I/\:P-frames (default: 0).
Maximum number of B-frames to put between I/\:P-frames (default: 2).
.
.TP
.B bquant_ratio=<0\-1000>