summaryrefslogtreecommitdiffstats
path: root/sub/sd.h
diff options
context:
space:
mode:
Diffstat (limited to 'sub/sd.h')
-rw-r--r--sub/sd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/sd.h b/sub/sd.h
index b142654ed1..92bbf906fd 100644
--- a/sub/sd.h
+++ b/sub/sd.h
@@ -17,7 +17,7 @@ struct sd {
const struct sd_functions *driver;
void *priv;
- struct demuxer *demuxer;
+ struct attachment_list *attachments;
struct mp_codec_params *codec;
};