summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorllyyr <llyyr.public@gmail.com>2023-09-21 20:42:39 +0530
committerNiklas Haas <github-daiK1o@haasn.dev>2023-09-21 19:22:03 +0200
commitd48f71339ec3fa3c87e65b7b2adc2dd930d08bf9 (patch)
tree3fc507822663c8b5e48330107cfd5d6ef1e304bc /DOCS/man/options.rst
parentbe89e072293baa80bfa55184cf37a2d9406d66b3 (diff)
downloadmpv-d48f71339ec3fa3c87e65b7b2adc2dd930d08bf9.tar.bz2
mpv-d48f71339ec3fa3c87e65b7b2adc2dd930d08bf9.tar.xz
vo_gpu: allow deband-iterations to be 0
THis allows adding grain without debanding. libplacebo already supported this, so no changes are required there.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index e754d7d444..5f44567b97 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -6024,7 +6024,7 @@ them.
virtually always an improvement - the only reason to disable it would be
for performance.
-``--deband-iterations=<1..16>``
+``--deband-iterations=<0..16>``
The number of debanding steps to perform per sample. Each step reduces a
bit more banding, but takes time to compute. Note that the strength of each
step falls off very quickly, so high numbers (>4) are practically useless.