summaryrefslogtreecommitdiffstats
path: root/sub/sub.h
diff options
context:
space:
mode:
Diffstat (limited to 'sub/sub.h')
-rw-r--r--sub/sub.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sub/sub.h b/sub/sub.h
index a922d2b162..6b15cf90c0 100644
--- a/sub/sub.h
+++ b/sub/sub.h
@@ -86,7 +86,6 @@ struct mp_osd_res {
enum mp_osdtype {
OSDTYPE_SUB,
OSDTYPE_SUBTEXT,
- OSDTYPE_SPU,
OSDTYPE_PROGBAR,
OSDTYPE_OSD,
@@ -144,6 +143,10 @@ struct osd_state {
struct MPOpts *opts;
+ // Video resolution used for subtitle decoding. Doesn't necessarily match
+ // the resolution of the VO, nor does it have to be the OSD resolution.
+ int sub_video_w, sub_video_h;
+
// Internal to sub.c
struct mp_draw_sub_cache *draw_cache;
@@ -152,9 +155,6 @@ struct osd_state {
struct ass_library *osd_ass_library;
};
-extern void* vo_spudec;
-extern void* vo_vobsub;
-
// Start of OSD symbols in osd_font.pfb
#define OSD_CODEPOINTS 0xE000