From 46cee66563eafee80fd7983916fee4388c54d8ab Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 7 Nov 2015 17:49:14 +0100 Subject: vo_opengl: rename fancy-downscaling to correct-downscaling The old name was stupid. Very stupid. --- DOCS/man/vo.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DOCS/man/vo.rst') diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst index a02c827d0d..2f8bcb3661 100644 --- a/DOCS/man/vo.rst +++ b/DOCS/man/vo.rst @@ -541,7 +541,7 @@ Available video output drivers are: Scale in linear light. It should only be used with a ``fbo-format`` that has at least 16 bit precision. - ``fancy-downscaling`` + ``correct-downscaling`` When using convolution based filters, extend the filter size when downscaling. Trades quality for reduced downscaling performance. @@ -949,7 +949,7 @@ Available video output drivers are: This is equivalent to:: - --vo=opengl:scale=spline36:cscale=spline36:dscale=mitchell:dither-depth=auto:fancy-downscaling:sigmoid-upscaling:pbo:deband + --vo=opengl:scale=spline36:cscale=spline36:dscale=mitchell:dither-depth=auto:correct-downscaling:sigmoid-upscaling:pbo:deband 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