diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-02-02 18:18:15 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-02-02 18:18:15 +0000 |
commit | bfffdd93823346b61978f9f7b4f20c4f5da7481b (patch) | |
tree | 3cdaad788344eae1a29bc7e3f84332f42b3dfa05 /src/video_out/xv_common.h | |
parent | f1872972ba633788b99fb8459562aaca6a4799f5 (diff) | |
download | xine-lib-bfffdd93823346b61978f9f7b4f20c4f5da7481b.tar.gz xine-lib-bfffdd93823346b61978f9f7b4f20c4f5da7481b.tar.bz2 |
Move more shared Xv config desc. & help strings; add new location to POTFILES.
(Transplanted from 574fefcee8b1b6456fd8dc9c06191cf4622f07eb)
Diffstat (limited to 'src/video_out/xv_common.h')
-rw-r--r-- | src/video_out/xv_common.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/video_out/xv_common.h b/src/video_out/xv_common.h index 71eecddad..ee2ab9a10 100644 --- a/src/video_out/xv_common.h +++ b/src/video_out/xv_common.h @@ -48,3 +48,11 @@ "image to the repainting of the entire screen (\"vertical " \ "retrace\"). This eliminates flickering and tearing artifacts, " \ "but will use more graphics memory.") + +#define VIDEO_DEVICE_XV_PORT_HELP \ + _("Xv port number"), \ + _("Selects the Xv port number to use (0 to autodetect).") + +#define VIDEO_DEVICE_XV_PITCH_ALIGNMENT_HELP \ + _("pitch alignment workaround"), \ + _("Some buggy video drivers need a workaround to function properly.") |