summaryrefslogtreecommitdiffstats
path: root/libvo/sub.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-06-24 08:29:36 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-06-24 08:29:36 +0300
commit0e85dc0f3272a3b8eec7cb4c8010c233c725ce73 (patch)
treee9f41549032311e666e9b48ee90143c46797d4a7 /libvo/sub.h
parentdd8938650041e22f77e6526281d0dae4727c4160 (diff)
downloadmpv-0e85dc0f3272a3b8eec7cb4c8010c233c725ce73.tar.bz2
mpv-0e85dc0f3272a3b8eec7cb4c8010c233c725ce73.tar.xz
Move global sub_font to OSD struct
Diffstat (limited to 'libvo/sub.h')
-rw-r--r--libvo/sub.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/sub.h b/libvo/sub.h
index 328af4d274..c793a6b6aa 100644
--- a/libvo/sub.h
+++ b/libvo/sub.h
@@ -51,6 +51,7 @@ typedef struct mp_osd_obj_s {
struct osd_state {
unsigned char osd_text[64];
+ struct font_desc *sub_font;
};
#include "subreader.h"