From ee63c9c210683df9cbf17f7bbc5f4de8725260f3 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 29 Sep 2015 21:12:26 +0200 Subject: video: replace vf_format outputlevels option with global option The vf_format suboption is replaced with --video-output-levels (a global option and property). In particular, the parameter is removed from mp_image_params. The mechanism is moved to the "video equalizer", which also handles common video output customization like brightness and contrast controls. The new code is slightly cleaner, and the top-level option is slightly more user-friendly than as vf_format sub-option. --- DOCS/man/input.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DOCS/man/input.rst') diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index 3f4ed5c3dc..6d8f5f9d11 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -1260,8 +1260,8 @@ Property list ``colormatrix-input-range`` (R) See ``colormatrix``. -``colormatrix-output-range`` (R) - See ``colormatrix``. +``video-output-levels`` (RW) + See ``--video-output-levels``, ``colormatrix-primaries`` (R) See ``colormatrix``. -- cgit v1.2.3