summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-07 21:30:01 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-03-07 21:30:01 +0000
commitca1fb128409516c80ece3dd8cb20582cff52684c (patch)
tree57970ace287b2410fa673595a067a8d550f22065 /DOCS/man/en
parent362446fef8ce4cb64f0cd48d17bad410d0a7c162 (diff)
downloadmpv-ca1fb128409516c80ece3dd8cb20582cff52684c.tar.bz2
mpv-ca1fb128409516c80ece3dd8cb20582cff52684c.tar.xz
Grayscale encoding/decoding with FFmpeg is no longer enabled, remove references
from the documentation and the relevant options from the glue code. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26198 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man/en')
-rw-r--r--DOCS/man/en/mplayer.19
1 files changed, 1 insertions, 8 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 58d9e59644..0d2018b312 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -3211,7 +3211,6 @@ Will usually only work with "\-fstype \-fullscreen" or "\-fstype none".
.TP
.B \-zrbw (\-vo zr only)
Display in black and white.
-For optimal performance, this can be combined with '\-lavdopts gray'.
.
.TP
.B \-zrcrop <[width]x[height]+[x offset]+[y offset]> (\-vo zr only)
@@ -4290,7 +4289,7 @@ Separate multiple options with a colon.
.I EXAMPLE:
.PD 0
.RSs
-\-lavdopts gray:skiploopfilter=all:skipframe=nonref
+\-lavdopts skiploopfilter=all:skipframe=nonref
.RE
.PD 1
.sp 1
@@ -4391,8 +4390,6 @@ Enable optimizations which do not comply to the specification and might
potentially cause problems, like simpler dequantization, simpler motion
compensation, assuming use of the default quantization matrix, assuming
YUV 4:2:0 and skipping a few checks to detect damaged bitstreams.
-.IPs "gray\ "
-grayscale only decoding (a bit faster than with color)
.IPs "idct=<0\-99> (see \-lavcopts)"
For best decoding quality use the same IDCT algorithm for decoding and encoding.
This may come at a price in accuracy, though.
@@ -8336,10 +8333,6 @@ good choice
slice structured mode for H.263+
.
.TP
-.B "gray\ \ \ "
-grayscale only encoding (faster)
-.
-.TP
.B vfdct=<0\-10>
DCT algorithm
.PD 0