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.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/video_out/xv_common.h b/src/video_out/xv_common.h
index 259afe616..e24728cdd 100644
--- a/src/video_out/xv_common.h
+++ b/src/video_out/xv_common.h
@@ -57,6 +57,9 @@
_("pitch alignment workaround"), \
_("Some buggy video drivers need a workaround to function properly.")
+#define VIDEO_DEVICE_XV_VSYNC_ATOMS \
+ { "XV_SYNC_TO_VBLANK", "XV_VSYNC" }
+
typedef enum {
xv_prefer_none, xv_prefer_overlay, xv_prefer_textured
} xv_prefertype;
@@ -67,3 +70,10 @@ typedef enum {
_("Selects which video output method is preferred. " \
"Detection is done using the reported Xv adaptor names.\n" \
"(Only applies when auto-detecting which Xv port to use.)")
+
+#define VIDEO_DEVICE_XV_BICUBIC_TYPES \
+ { "Off", "On", "Auto", NULL }
+#define VIDEO_DEVICE_XV_BICUBIC_HELP \
+ _("bicubic filtering"), \
+ _("This option controls bicubic filtering of the video image. " \
+ "It may be used instead of, or as well as, xine's deinterlacers.")