diff options
author | Julian Scheel <julian@jusst.de> | 2008-12-27 17:20:17 +0000 |
---|---|---|
committer | Julian Scheel <julian@jusst.de> | 2008-12-27 17:20:17 +0000 |
commit | 92d89235ad1e8a413422947b92b957a5453950ea (patch) | |
tree | 729b0bb2519e662e78514fd39fb207a97c961962 /include | |
parent | f57b7d6e2bfe2d2b759e5389cdd6c9f10acd1f16 (diff) | |
download | xine-lib-92d89235ad1e8a413422947b92b957a5453950ea.tar.gz xine-lib-92d89235ad1e8a413422947b92b957a5453950ea.tar.bz2 |
Initial support for ARGB overlay.
Diffstat (limited to 'include')
-rw-r--r-- | include/xine.h.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index ced7a8757..79db9024e 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -2200,6 +2200,13 @@ void xine_osd_get_palette (xine_osd_t *self, uint32_t *color, void xine_osd_set_palette (xine_osd_t *self, const uint32_t *const color, const uint8_t *const trans ) XINE_PROTECTED; + +/* + * set an argb buffer to be blended into video + * this is currently only supported with vdpau + */ +void xine_osd_set_argb_buffer(xine_osd_t *self, uint32_t *argb_buffer) XINE_PROTECTED; + /* * close osd rendering engine * loaded fonts are unloaded |