summaryrefslogtreecommitdiff
path: root/src/video_out/xv_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_out/xv_common.h')
-rw-r--r--src/video_out/xv_common.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/video_out/xv_common.h b/src/video_out/xv_common.h
index cac80c0aa..ac16a333a 100644
--- a/src/video_out/xv_common.h
+++ b/src/video_out/xv_common.h
@@ -65,8 +65,10 @@
typedef enum { \
xv_prefer_none, xv_prefer_overlay, xv_prefer_textured, \
} xv_prefertype; \
- static const char *const prefer_types[] = \
- { "Any", "Overlay", "Textured Video", NULL };
+ static const char *const prefer_labels[] = \
+ { "Any", "Overlay", "Textured Video", NULL }; \
+ static const char prefer_substrings[][8] = \
+ { "", "Overlay", "Texture" };
#define VIDEO_DEVICE_XV_PREFER_TYPE_HELP \
_("video display method preference"), \
_("Selects which video output method is preferred. " \