From 459f7d4a8d7f303782e4288bdaf0b9c20c9a47a9 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Sun, 7 Nov 2021 11:25:27 +0100 Subject: vo_gpu_next: remove --builtin-scalers option Looking at this again I'm not sure it does anything useful at all. The man page entry is also wrong: `bicubic` is not affected, only `bicubic_fast`, and those filters are not configurable anyways. So this would only ever be a debugging option, and I don't see a pressing need for it. No interface-change.rst update because it only just got added anyways. --- DOCS/man/options.rst | 6 ------ 1 file changed, 6 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 7bce292d4f..254321d6ce 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -5192,12 +5192,6 @@ them. will reproduce the source image perfectly if no scaling is performed. Enabled by default. Note that this option never affects ``--cscale``. -``--builtin-scalers`` - Allow using faster built-in replacements for common scalers such as - ``nearest``, ``bilinear`` or ``bicubic``. These have the disadvantage of - not being configurable, unlike normal scaler kernels. Defaults to - enabled. (This option only affects ``--vo=gpu-next``) - ``--correct-downscaling`` When using convolution based filters, extend the filter size when downscaling. Increases quality, but reduces performance while downscaling. -- cgit v1.2.3