diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-12-28 00:00:02 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-12-28 00:00:02 +0000 |
commit | 77d2945bb960d4d90bdb1fe85889a2e41a160bd4 (patch) | |
tree | a697c4f5d614aafa87b8b435c7541db7d0fbcd6d /src/video_out/xv_common.h | |
parent | 7716f3ae5d537addf193961cc2a8041364f7f10c (diff) | |
parent | 953615d01307263853aab6130bce1fc9d816ca34 (diff) | |
download | xine-lib-77d2945bb960d4d90bdb1fe85889a2e41a160bd4.tar.gz xine-lib-77d2945bb960d4d90bdb1fe85889a2e41a160bd4.tar.bz2 |
Merge from 1.1.
--HG--
rename : src/combined/demux_flac.c => src/combined/flac_demuxer.c
rename : src/libspudvb/xine_spudvb_decoder.c => src/spu_dec/spudvb_decoder.c
Diffstat (limited to 'src/video_out/xv_common.h')
-rw-r--r-- | src/video_out/xv_common.h | 10 |
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.") |