From a73e5cdbed417c554244dda403412d57cba12e8d Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Wed, 3 Nov 2021 15:36:04 +0100 Subject: manpage: document --sharpen not affecting vo_gpu_next Fixes https://github.com/mpv-player/mpv/issues/9387 --- DOCS/man/options.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 4b97915734..7bce292d4f 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -5837,7 +5837,7 @@ them. values will sharpen the image (but add more ringing and aliasing). Negative values will blur the image. If your GPU is powerful enough, consider alternatives like the ``ewa_lanczossharp`` scale filter, or the - ``--scale-blur`` option. + ``--scale-blur`` option. (Only for ``--vo=gpu``) ``--opengl-glfinish`` Call ``glFinish()`` before swapping buffers (default: disabled). Slower, -- cgit v1.2.3