summaryrefslogtreecommitdiffstats
path: root/video/csputils.c
diff options
context:
space:
mode:
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",