From 6f7d04be21de7bdfce3c7c38a4d5fae17451b409 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Mon, 20 Jul 2015 19:09:22 +0200 Subject: vo_opengl: add temporal-dither-period option This was requested multiple times by users, and it's not hard to implement and/or maintain. --- DOCS/man/vo.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'DOCS/man/vo.rst') diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst index 18a56fe79c..d6d1db60e8 100644 --- a/DOCS/man/vo.rst +++ b/DOCS/man/vo.rst @@ -455,6 +455,11 @@ Available video output drivers are: Unfortunately, this can lead to flicker on LCD displays, since these have a high reaction time. + ``temporal-dither-period=<1-128>`` + Determines how often the dithering pattern is updated when + ``temporal-dither`` is in use. 1 (the default) will update on every + video frame, 2 on every other frame, etc. + ``debug`` Check for OpenGL errors, i.e. call ``glGetError()``. Also request a debug OpenGL context (which does nothing with current graphics drivers -- cgit v1.2.3