diff options
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 |