summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorBin Jin <bjin1990@gmail.com>2014-08-25 22:36:48 +0200
committerwm4 <wm4@nowhere>2014-08-26 22:19:27 +0200
commitf14722a40f46366e4333881ec5d540bca1400280 (patch)
tree05872c144c973ba14ef29ba881954123c7228df6 /DOCS/man
parenta8b67c66f24700205923959b005b2547490e6c8e (diff)
downloadmpv-f14722a40f46366e4333881ec5d540bca1400280.tar.bz2
mpv-f14722a40f46366e4333881ec5d540bca1400280.tar.xz
vo_opengl: add cparam1 and cparam2 options
Although cscale is rarely used, it's possible that params of cscale are accidentally set to lparam1 and lparam2, which might cause unexpected results.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/vo.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 1c27dd15ea..79694d748a 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -430,6 +430,13 @@ Available video output drivers are:
RGB. If chroma is not subsampled, this option is ignored, and the
luma scaler is used instead. Setting this option is often useless.
+ ``cparam1=<value>``
+ Set filter parameters for ``cscale`` . Same as ``lparam1`` for
+ ``lscale``.
+
+ ``cparam2=<value>``
+ See ``cparam1``.
+
``fancy-downscaling``
When using convolution based filters, extend the filter size
when downscaling. Trades quality for reduced downscaling performance.