diff options
Diffstat (limited to 'src/xine-engine/video_out.h')
-rw-r--r-- | src/xine-engine/video_out.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index 17ddd660b..7fa34ac8b 100644 --- a/src/xine-engine/video_out.h +++ b/src/xine-engine/video_out.h @@ -419,6 +419,8 @@ struct vo_overlay_s { int hili_rgb_clut; /* true if clut was converted to rgb */ int unscaled; /* true if it should be blended unscaled */ + + uint32_t *argb_buffer; }; |