summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/x11_common.c')
-rw-r--r--libvo/x11_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/x11_common.c b/libvo/x11_common.c
index dd9c17de3b..fc6e08641d 100644
--- a/libvo/x11_common.c
+++ b/libvo/x11_common.c
@@ -1103,6 +1103,7 @@ uint32_t vo_x11_get_equalizer(char *name, int *value)
else if (!strcasecmp(name, "contrast")) *value = vo_contrast;
else if (!strcasecmp(name, "gamma")) *value = vo_gamma;
else return VO_NOTIMPL;
+ return VO_TRUE;
}