summaryrefslogtreecommitdiffstats
path: root/ass_mp.c
diff options
context:
space:
mode:
Diffstat (limited to 'ass_mp.c')
-rw-r--r--ass_mp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ass_mp.c b/ass_mp.c
index 4161397c95..0cbd5c084d 100644
--- a/ass_mp.c
+++ b/ass_mp.c
@@ -239,7 +239,7 @@ ASS_Track *ass_read_stream(ASS_Library *library, const char *fname, char *charse
size_t buf_alloc = 0;
stream_t *fd;
- fd = open_stream(fname, NULL, &i);
+ fd = open_stream(fname, NULL, NULL);
if (!fd)
// Stream code should have printed an error already
return NULL;