From af55db654b9156879b89d92306a17fb847713792 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 15 Jul 2013 01:48:25 +0200 Subject: sd_add: add terrible hack for (xy-)vsfilter compatibility Much has been said about this topic, we don't need to say even more. See additions to options.rst. --- video/csputils.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'video/csputils.c') diff --git a/video/csputils.c b/video/csputils.c index 8face3164c..f25d20e517 100644 --- a/video/csputils.c +++ b/video/csputils.c @@ -45,6 +45,12 @@ char * const mp_csp_names[MP_CSP_COUNT] = { "YCgCo", }; +char * const mp_csp_levels_names[MP_CSP_LEVELS_COUNT] = { + "Autoselect", + "TV", + "PC", +}; + char * const mp_csp_equalizer_names[MP_CSP_EQ_COUNT] = { "brightness", "contrast", -- cgit v1.2.3