summaryrefslogtreecommitdiffstats
path: root/sub/osd_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'sub/osd_state.h')
-rw-r--r--sub/osd_state.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sub/osd_state.h b/sub/osd_state.h
index 6fa03abe77..30f04d8449 100644
--- a/sub/osd_state.h
+++ b/sub/osd_state.h
@@ -16,11 +16,11 @@ struct osd_object {
// OSDTYPE_SUB/OSDTYPE_SUB2/OSDTYPE_OSD/OSDTYPE_EXTERNAL
char *text;
- // OSDTYPE_PROGBAR
+ // OSDTYPE_OSD
struct osd_progbar_state progbar_state;
// OSDTYPE_SUB/OSDTYPE_SUB2
- struct osd_sub_state sub_state;
+ struct dec_sub *sub;
// OSDTYPE_EXTERNAL
int external_res_x, external_res_y;