summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vo.rst
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.xyz>2016-07-25 12:32:19 +0200
committerwm4 <wm4@nowhere>2016-07-25 12:50:11 +0200
commit46b60a3e72a0343611a204876522e36e7869b998 (patch)
tree9f39e567a2403f56d92b4dcc4bde1b0e3cb3b031 /DOCS/man/vo.rst
parentf127869037f50c1382424e89e0cba5ac3443c094 (diff)
downloadmpv-46b60a3e72a0343611a204876522e36e7869b998.tar.bz2
mpv-46b60a3e72a0343611a204876522e36e7869b998.tar.xz
vo_opengl: remove the 3dlut-size npot2 restriction
This requires changing the pixel upload alignment because the odd sizes might not be aligned to multiples of 4. Anyway, the restriction has no real benefit and the sizes in between 32 and 64 might be worth using, so just drop it.
Diffstat (limited to 'DOCS/man/vo.rst')
-rw-r--r--DOCS/man/vo.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 21341d98c6..0beaee59a5 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -1098,8 +1098,7 @@ Available video output drivers are:
``3dlut-size=<r>x<g>x<b>``
Size of the 3D LUT generated from the ICC profile in each dimension.
- Default is 64x64x64.
- Sizes must be a power of two, and 512 at most.
+ Default is 64x64x64. Sizes may range from 2 to 512.
``icc-contrast=<0-100000>``
Specifies an upper limit on the target device's contrast ratio.