summaryrefslogtreecommitdiffstats
path: root/libvo/sub.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/sub.h')
-rw-r--r--libvo/sub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/sub.h b/libvo/sub.h
index 83a2f87dbd..9c4dc78525 100644
--- a/libvo/sub.h
+++ b/libvo/sub.h
@@ -50,7 +50,7 @@ typedef struct mp_osd_obj_s {
} mp_osd_obj_t;
struct osd_state {
- unsigned char osd_text[64];
+ unsigned char osd_text[128];
struct font_desc *sub_font;
};