summaryrefslogtreecommitdiffstats
path: root/sub/osd.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-11-28 19:24:31 +0100
committerwm4 <wm4@nowhere>2015-11-28 19:24:31 +0100
commit2b07d3eb473edf3670f2277be872973da3831f28 (patch)
treeabb75981f0a516dc8b773aa0854ebdc5adb73cc4 /sub/osd.h
parent73e0d545ceb4979c5d271eb2b86b4e4bdf4b69e9 (diff)
downloadmpv-2b07d3eb473edf3670f2277be872973da3831f28.tar.bz2
mpv-2b07d3eb473edf3670f2277be872973da3831f28.tar.xz
osd: use the same ASS_Renderer for OSD text and progbar
Reduces memory usage and startup times. The implementation is a bit weird, because both OSD parts have conflicting requirements on the used ASS styles.
Diffstat (limited to 'sub/osd.h')
-rw-r--r--sub/osd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sub/osd.h b/sub/osd.h
index 6cacf60de4..b41a2eec7a 100644
--- a/sub/osd.h
+++ b/sub/osd.h
@@ -82,7 +82,6 @@ enum mp_osdtype {
OSDTYPE_SUB,
OSDTYPE_SUB2, // IDs must be numerically successive
- OSDTYPE_PROGBAR,
OSDTYPE_OSD,
OSDTYPE_EXTERNAL,