From f14722a40f46366e4333881ec5d540bca1400280 Mon Sep 17 00:00:00 2001 From: Bin Jin Date: Mon, 25 Aug 2014 22:36:48 +0200 Subject: 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. --- DOCS/man/vo.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'DOCS/man') 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=`` + Set filter parameters for ``cscale`` . Same as ``lparam1`` for + ``lscale``. + + ``cparam2=`` + See ``cparam1``. + ``fancy-downscaling`` When using convolution based filters, extend the filter size when downscaling. Trades quality for reduced downscaling performance. -- cgit v1.2.3