summaryrefslogtreecommitdiffstats
path: root/sub/sd.h
diff options
context:
space:
mode:
Diffstat (limited to 'sub/sd.h')
-rw-r--r--sub/sd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sub/sd.h b/sub/sd.h
index dbb6af835f..20dce8003d 100644
--- a/sub/sd.h
+++ b/sub/sd.h
@@ -44,6 +44,8 @@ struct sd_functions {
void (*reset)(struct sd *sd);
void (*uninit)(struct sd *sd);
+ void (*fix_events)(struct sd *sd);
+
// decoder
void (*get_bitmaps)(struct sd *sd, struct mp_osd_res dim, double pts,
struct sub_bitmaps *res);