From 39225ed19676aa054aa36eb1e09b72ec712ae368 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 25 May 2013 23:47:55 +0200 Subject: gl_video: add scaler-resizes-only sub-option This option disables the scaler set with lscale if the video image is not resized. --- DOCS/man/en/vo.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'DOCS/man') diff --git a/DOCS/man/en/vo.rst b/DOCS/man/en/vo.rst index 6e39e57793..3204169a47 100644 --- a/DOCS/man/en/vo.rst +++ b/DOCS/man/en/vo.rst @@ -291,6 +291,14 @@ opengl lparam2= See ``lparam1``. + scaler-resizes-only + Disable the scaler if the video image is not resized. In that case, + ``bilinear`` is used instead whatever is set with ``lscale``. Bilinear + will reproduce the source image perfectly if no scaling is performed. + Note that this option never affects ``cscale``, although the different + processing chain might do chroma scaling differently if ``lscale`` is + disabled. + stereo= Select a method for stereo display. You may have to use ``--aspect`` to fix the aspect value. Experimental, do not expect too much from it. -- cgit v1.2.3