diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-07-05 19:22:52 +0000 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-11-02 04:14:20 +0200 |
commit | f743dceceb1711a58ede4ed732b33a1d4e1c73fd (patch) | |
tree | b475567ba5098f7f177a0ed96b9d2b239a8d090a /DOCS/man/en/mplayer.1 | |
parent | ccb6675fbd6a757790bbfa3212bcf28c240dd4d9 (diff) | |
download | mpv-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/en/mplayer.1')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 4 |
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 |