diff options
Diffstat (limited to 'include/xine/osd.h')
-rw-r--r-- | include/xine/osd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xine/osd.h b/include/xine/osd.h index 00df97ad2..44471534b 100644 --- a/include/xine/osd.h +++ b/include/xine/osd.h @@ -69,7 +69,7 @@ struct osd_object_s { /* this holds an optional ARGB overlay, which * is only be used by supported video_out modules. * right now this is only vdpau */ - argb_layer_t argb_layer; + argb_layer_t *argb_layer; int32_t handle; }; |