summaryrefslogtreecommitdiffstats
path: root/sub/sd_ass.c
diff options
context:
space:
mode:
Diffstat (limited to 'sub/sd_ass.c')
-rw-r--r--sub/sd_ass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/sd_ass.c b/sub/sd_ass.c
index 6fa4d1bb52..e10e7eea05 100644
--- a/sub/sd_ass.c
+++ b/sub/sd_ass.c
@@ -271,7 +271,7 @@ static int init(struct sd *sd)
strcmp(sd->codec->codec, "null") != 0)
{
ctx->is_converted = true;
- ctx->converter = lavc_conv_create(sd->log, sd->codec);
+ ctx->converter = lavc_conv_create(sd);
if (!ctx->converter)
return -1;