summaryrefslogtreecommitdiffstats
path: root/sub/sd.h
diff options
context:
space:
mode:
Diffstat (limited to 'sub/sd.h')
-rw-r--r--sub/sd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sub/sd.h b/sub/sd.h
index 0c4dd3465b..6c3fc4e285 100644
--- a/sub/sd.h
+++ b/sub/sd.h
@@ -40,6 +40,7 @@ struct sd_functions {
void (*get_bitmaps)(struct sd *sd, struct mp_osd_res dim, int format,
double pts, struct sub_bitmaps *res);
char *(*get_text)(struct sd *sd, double pts);
+ struct sd_times (*get_times)(struct sd *sd, double pts);
};
struct lavc_conv;