diff options
author | wm4 <wm4@nowhere> | 2014-11-14 15:22:37 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-11-14 15:22:37 +0100 |
commit | d484cb3f3245573ec024d6a50099d9a5a5e4400d (patch) | |
tree | d1940b4830efc25f13dcbe1ed25ebb8146412fc2 /DOCS | |
parent | 508d236c9a2dfe1cead27510e0b604654f9d7c8b (diff) |
vo_opengl: allow setting different filters for downscaling
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/vo.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst index 14ce9efc9e..e0dd002bff 100644 --- a/DOCS/man/vo.rst +++ b/DOCS/man/vo.rst @@ -438,12 +438,17 @@ Available video output drivers are: this options will make rendering a single operation. Note that chroma scalers are always done as 1-pass filters. - ``cscale=<n>`` + ``cscale=<filter>`` As ``lscale``, but for chroma (2x slower with little visible effect). Note that with some scaling filters, upscaling is always done in RGB. If chroma is not subsampled, this option is ignored, and the luma scaler is used instead. Setting this option is often useless. + ``lscale-down=<filter>``, ``cscale-down=<filter>`` + Like ``lscale`` and ``cscale``, but apply these filters on downscaling + instead. If these options are unset, the filter implied by ``lscale`` + (and ``cscale``, respectively) will be applied. + ``cparam1``, ``cparam2``, ``cradius`` Set filter parameters and radius for ``cscale``. |