summaryrefslogtreecommitdiffstats
path: root/sub/sd_spu.c
diff options
context:
space:
mode:
Diffstat (limited to 'sub/sd_spu.c')
-rw-r--r--sub/sd_spu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/sd_spu.c b/sub/sd_spu.c
index 1f815c93aa..3a7bf09127 100644
--- a/sub/sd_spu.c
+++ b/sub/sd_spu.c
@@ -42,7 +42,7 @@ static bool supports_format(const char *format)
static int init(struct sd *sd)
{
- void *spudec = spudec_new_scaled(sd->sub_video_w, sd->sub_video_h,
+ void *spudec = spudec_new_scaled(sd->log, sd->sub_video_w, sd->sub_video_h,
sd->extradata, sd->extradata_len);
if (!spudec)
return -1;