From 2b07d3eb473edf3670f2277be872973da3831f28 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 28 Nov 2015 19:24:31 +0100 Subject: 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. --- sub/osd.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sub/osd.h') 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, -- cgit v1.2.3