summaryrefslogtreecommitdiff
path: root/include/xine/video_out.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xine/video_out.h')
-rw-r--r--include/xine/video_out.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xine/video_out.h b/include/xine/video_out.h
index 9d5380884..799e8f726 100644
--- a/include/xine/video_out.h
+++ b/include/xine/video_out.h
@@ -449,6 +449,7 @@ typedef struct argb_layer_s {
/* dirty area */
int x1, y1;
int x2, y2;
+ int ref_count;
} argb_layer_t;
struct vo_overlay_s {
@@ -489,6 +490,7 @@ struct vo_overlay_s {
argb_layer_t *argb_layer;
};
+void set_argb_layer_ptr(argb_layer_t **dst, argb_layer_t *src);
/* API to video_overlay manager
*