summaryrefslogtreecommitdiffstats
path: root/libvo/sub.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/sub.h')
-rw-r--r--libvo/sub.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libvo/sub.h b/libvo/sub.h
index 6305531176..33fc278cbb 100644
--- a/libvo/sub.h
+++ b/libvo/sub.h
@@ -40,6 +40,11 @@ typedef struct mp_osd_obj_s {
int elems;
} progbar;
} params;
+ int stride;
+
+ int allocated;
+ unsigned char *alpha_buffer;
+ unsigned char *bitmap_buffer;
} mp_osd_obj_t;