diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-08 19:26:53 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-08 19:26:53 +0000 |
commit | d031003c4e79305acb09d9d5d26c9210eebc2136 (patch) | |
tree | 82041b1d01fee0bea2798b20d65f8ddd8a11dabf /DOCS | |
parent | e799a089252389b16dcd08a46afdec9947113cfa (diff) | |
download | mpv-d031003c4e79305acb09d9d5d26c9210eebc2136.tar.bz2 mpv-d031003c4e79305acb09d9d5d26c9210eebc2136.tar.xz |
forgotten customtlin -vo gl suboption documentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18967 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 029352aea4..688d1c1f65 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3143,6 +3143,9 @@ See TOOLS/edgedect.fp for an example. .IPs customtex=<filename> Load a custom "gamma ramp" texture from <filename>. This can be used in combination with yuv=4 or with the customprog option. +.IPs (no)customtlin +If enabled (default) use GL_LINEAR interpolation, otherwise use GL_NEAREST +for customtex texture. .REss .RE .PD 1 |