From 46b60a3e72a0343611a204876522e36e7869b998 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Mon, 25 Jul 2016 12:32:19 +0200 Subject: 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. --- DOCS/man/vo.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'DOCS/man/vo.rst') 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=xx`` 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. -- cgit v1.2.3