From af924fd9e469064707fc00212456952b3e62ee5e Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Thu, 10 Sep 2015 21:40:07 +0200 Subject: avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for logging --- libavformat/subviewer1dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/subviewer1dec.c') 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; } -- cgit v1.2.3