summaryrefslogtreecommitdiff
path: root/libavformat/subviewer1dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/subviewer1dec.c')
-rw-r--r--libavformat/subviewer1dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/subviewer1dec.c b/libavformat/subviewer1dec.c
index 6b38533a88..93db4ebf21 100644
--- a/libavformat/subviewer1dec.c
+++ b/libavformat/subviewer1dec.c
@@ -86,7 +86,7 @@ static int subviewer1_read_header(AVFormatContext *s)
}
}
- ff_subtitles_queue_finalize(&subviewer1->q);
+ ff_subtitles_queue_finalize(s, &subviewer1->q);
return 0;
}