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, 2 insertions, 1 deletions
diff --git a/sub/sd.h b/sub/sd.h
index 8c975959a8..0c4dd3465b 100644
--- a/sub/sd.h
+++ b/sub/sd.h
@@ -46,7 +46,8 @@ struct lavc_conv;
struct lavc_conv *lavc_conv_create(struct mp_log *log, const char *codec_name,
char *extradata, int extradata_len);
char *lavc_conv_get_extradata(struct lavc_conv *priv);
-char **lavc_conv_decode(struct lavc_conv *priv, struct demux_packet *packet);
+char **lavc_conv_decode(struct lavc_conv *priv, struct demux_packet *packet,
+ double *sub_pts, double *sub_duration);
void lavc_conv_reset(struct lavc_conv *priv);
void lavc_conv_uninit(struct lavc_conv *priv);