From a67494e86b7261f59a3a6a3f3e6b1fe0a257bf4f Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Sat, 21 Mar 2015 22:17:02 +0100 Subject: vo_opengl: set cscale=spline36 as default for opengl-hq Bilinear scaling is not a suitable default for something named "hq"; the whole reason this was done in the past was because cscale used to be obscenely slow. This is no longer the case, with cscale being nearly free. --- DOCS/man/vo.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS') diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst index b9b774fd44..7cc0adac31 100644 --- a/DOCS/man/vo.rst +++ b/DOCS/man/vo.rst @@ -685,7 +685,7 @@ Available video output drivers are: This is equivalent to:: - --vo=opengl:scale=spline36:scale-down=mitchell:dither-depth=auto:fbo-format=rgba16:fancy-downscaling:sigmoid-upscaling + --vo=opengl:scale=spline36:cscale=spline36scale-down=mitchell:dither-depth=auto:fbo-format=rgba16:fancy-downscaling:sigmoid-upscaling Note that some cheaper LCDs do dithering that gravely interferes with ``opengl``'s dithering. Disabling dithering with ``dither-depth=no`` helps. -- cgit v1.2.3