summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorsiretart <siretart@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-05-14 13:49:05 +0000
committersiretart <siretart@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-05-14 13:49:05 +0000
commite3f191fa3f6a708fab190410a383b854444af72b (patch)
tree2c05111753ffb87a0146ca6140a877516bbb9ef0 /DOCS/man
parentaaba0aea70cd015598e90596e0773ec3b2a3a0b6 (diff)
downloadmpv-e3f191fa3f6a708fab190410a383b854444af72b.tar.bz2
mpv-e3f191fa3f6a708fab190410a383b854444af72b.tar.xz
remove vf_yuy2, functionality is replaced by -vf format=yuv2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31173 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/en/mplayer.19
1 files changed, 2 insertions, 7 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index aceb18f509..9c5d7af513 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -4176,11 +4176,11 @@ Explicitly choose the Matrox device name to use (default: /dev/\:mga_vid).
.PD 1
.
.TP
-.B s3fb (Linux only) (also see \-vf yuv2 and \-dr)
+.B s3fb (Linux only) (also see \-dr)
S3 Virge specific video output driver.
This driver supports the card's YUV conversion and scaling, double
buffering and direct rendering features.
-Use \-vf yuy2 to get hardware-accelerated YUY2 rendering, which is
+Use \-vf format=yuy2 to get hardware-accelerated YUY2 rendering, which is
much faster than YV12 on this card.
.PD 0
.RSs
@@ -6071,11 +6071,6 @@ Rounds up to make both width and height divisible by <r> (default: 1).
.RE
.
.TP
-.B "yuy2\ \ \ "
-Forces software YV12/\:I420/\:422P to YUY2 conversion.
-Useful for video cards/\:drivers with slow YV12 but fast YUY2 support.
-.
-.TP
.B "yvu9\ \ \ "
Forces software YVU9 to YV12 colorspace conversion.
Deprecated in favor of the software scaler.