summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vo.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-11-07 17:49:14 +0100
committerwm4 <wm4@nowhere>2015-11-07 17:49:14 +0100
commit46cee66563eafee80fd7983916fee4388c54d8ab (patch)
treeba953e6e0fc280df2cb84420bf4a811c4203abdf /DOCS/man/vo.rst
parent0062c98dfffcb667b9d0cd739abc107e0145df63 (diff)
downloadmpv-46cee66563eafee80fd7983916fee4388c54d8ab.tar.bz2
mpv-46cee66563eafee80fd7983916fee4388c54d8ab.tar.xz
vo_opengl: rename fancy-downscaling to correct-downscaling
The old name was stupid. Very stupid.
Diffstat (limited to 'DOCS/man/vo.rst')
-rw-r--r--DOCS/man/vo.rst4
1 files changed, 2 insertions, 2 deletions
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.