summaryrefslogtreecommitdiffstats
path: root/sub/sd_spu.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-21 19:06:37 +0100
committerwm4 <wm4@nowhere>2013-12-21 20:50:13 +0100
commit3846fc758789711347c0b11f87736b27fc6210a0 (patch)
treee9b01445291326f0a026e0b002d78f1487d781b2 /sub/sd_spu.c
parent92f9b514263d8becf670c19567826bd288595fe7 (diff)
downloadmpv-3846fc758789711347c0b11f87736b27fc6210a0.tar.bz2
mpv-3846fc758789711347c0b11f87736b27fc6210a0.tar.xz
sub/osd: mp_msg conversions
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;