From a2e278c82f3ceb787f4946bf5eb8a0ceabedd84d Mon Sep 17 00:00:00 2001 From: Christophe Thommeret Date: Mon, 1 Dec 2008 18:24:19 +0000 Subject: Enable display of XINE_IMGFMT_VDPAU. --- include/xine.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/xine.h.in') 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. -- cgit v1.2.3