summaryrefslogtreecommitdiffstats
path: root/sub/sd.h
diff options
context:
space:
mode:
Diffstat (limited to 'sub/sd.h')
-rw-r--r--sub/sd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sub/sd.h b/sub/sd.h
index d2f22c5828..39b2970911 100644
--- a/sub/sd.h
+++ b/sub/sd.h
@@ -58,7 +58,6 @@ struct sd_functions {
void (*uninit)(struct sd *sd);
bool (*accepts_packet)(struct sd *sd); // implicit default if NULL: true
- void (*fix_events)(struct sd *sd);
int (*control)(struct sd *sd, enum sd_ctrl cmd, void *arg);
// decoder
@@ -71,7 +70,7 @@ struct sd_functions {
};
void sd_conv_add_packet(struct sd *sd, void *data, int data_len, double pts,
- double duration);
+ double duration, int64_t pos);
struct demux_packet *sd_conv_def_get_converted(struct sd *sd);
void sd_conv_def_reset(struct sd *sd);
void sd_conv_def_uninit(struct sd *sd);