summaryrefslogtreecommitdiffstats
path: root/video/csputils.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-15 01:48:25 +0200
committerwm4 <wm4@nowhere>2013-07-15 02:01:37 +0200
commitaf55db654b9156879b89d92306a17fb847713792 (patch)
tree6c5b5fec75b0f5b5f8b49e56876d37fb43ef0774 /video/csputils.c
parentcb8f638292457a6bcc8b1058a08fb6b6c2053f7b (diff)
downloadmpv-af55db654b9156879b89d92306a17fb847713792.tar.bz2
mpv-af55db654b9156879b89d92306a17fb847713792.tar.xz
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.
Diffstat (limited to 'video/csputils.c')
-rw-r--r--video/csputils.c6
1 files changed, 6 insertions, 0 deletions
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",