summaryrefslogtreecommitdiff
path: root/include/xine.h.in
diff options
context:
space:
mode:
authorChristophe Thommeret <hftom@free.fr>2008-12-01 18:24:19 +0000
committerChristophe Thommeret <hftom@free.fr>2008-12-01 18:24:19 +0000
commita2e278c82f3ceb787f4946bf5eb8a0ceabedd84d (patch)
tree79cadc3ed04f76d37e16340c1d2c7fd10a73847c /include/xine.h.in
parent9b8b18236adf6ab7abf540946075eb8ff9c6c790 (diff)
downloadxine-lib-a2e278c82f3ceb787f4946bf5eb8a0ceabedd84d.tar.gz
xine-lib-a2e278c82f3ceb787f4946bf5eb8a0ceabedd84d.tar.bz2
Enable display of XINE_IMGFMT_VDPAU.
Diffstat (limited to 'include/xine.h.in')
-rw-r--r--include/xine.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in
index 3bbfb7667..ced7a8757 100644
--- a/include/xine.h.in
+++ b/include/xine.h.in
@@ -482,7 +482,7 @@ int xine_get_current_frame_data (xine_stream_t *stream,
#define XINE_IMGFMT_YUY2 (('2'<<24)|('Y'<<16)|('U'<<8)|'Y')
#define XINE_IMGFMT_XVMC (('C'<<24)|('M'<<16)|('v'<<8)|'X')
#define XINE_IMGFMT_XXMC (('C'<<24)|('M'<<16)|('x'<<8)|'X')
-#define XINE_IMGFMT_VDPAU (('U'<<32)|('A'<<24)|('P'<<16)|('D'<<8)|'V')
+#define XINE_IMGFMT_VDPAU (('A'<<24)|('P'<<16)|('D'<<8)|'V')
/* get current xine's virtual presentation timestamp (1/90000 sec)
* note: this is mostly internal data.