summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-07-05 19:22:52 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:14:20 +0200
commitf743dceceb1711a58ede4ed732b33a1d4e1c73fd (patch)
treeb475567ba5098f7f177a0ed96b9d2b239a8d090a /DOCS/man
parentccb6675fbd6a757790bbfa3212bcf28c240dd4d9 (diff)
downloadmpv-f743dceceb1711a58ede4ed732b33a1d4e1c73fd.tar.bz2
mpv-f743dceceb1711a58ede4ed732b33a1d4e1c73fd.tar.xz
manpage: Fix outdated -vo gl usage example.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31634 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/en/mplayer.14
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 4b3e7e41c8..df3c408b07 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -3852,9 +3852,9 @@ the maximum texture size of your OpenGL implementation.
Intended to work even with the most basic OpenGL implementations,
but also makes use of newer extensions, which allow support for more
colorspaces and direct rendering.
-For optimal speed try something similar to
+For optimal speed try adding the options
.br
-\-vo gl:yuv=2:rectangle=2:force\-pbo:ati\-hack \-dr \-noslices
+\-dr \-noslices
.br
The code performs very few checks, so if a feature does not work, this
might be because it is not supported by your card/OpenGL implementation