diff options
author | Julian Scheel <julian@jusst.de> | 2008-11-30 20:29:04 +0000 |
---|---|---|
committer | Julian Scheel <julian@jusst.de> | 2008-11-30 20:29:04 +0000 |
commit | 29aee11d7d5f5df3c430324e31bb2436ce17a9eb (patch) | |
tree | 76a7713d845b9d25b3d99c079b063e78e3ab4c11 /include | |
parent | 90f583c4ac8c40dcfdf3ae3f02ff78ed7ca65b67 (diff) | |
download | xine-lib-29aee11d7d5f5df3c430324e31bb2436ce17a9eb.tar.gz xine-lib-29aee11d7d5f5df3c430324e31bb2436ce17a9eb.tar.bz2 |
Add imgfmt and vo_cap to headers.
Diffstat (limited to 'include')
-rw-r--r-- | include/xine.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index 33844a0e2..3bbfb7667 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -482,6 +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') /* get current xine's virtual presentation timestamp (1/90000 sec) * note: this is mostly internal data. |