From af924fd9e469064707fc00212456952b3e62ee5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Thu, 10 Sep 2015 21:40:07 +0200 Subject: avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for logging --- libavformat/webvttdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/webvttdec.c') diff --git a/libavformat/webvttdec.c b/libavformat/webvttdec.c index e457e8f6d2..43c2a639ad 100644 --- a/libavformat/webvttdec.c +++ b/libavformat/webvttdec.c @@ -161,7 +161,7 @@ static int webvtt_read_header(AVFormatContext *s) SET_SIDE_DATA(settings, AV_PKT_DATA_WEBVTT_SETTINGS); } - ff_subtitles_queue_finalize(&webvtt->q); + ff_subtitles_queue_finalize(s, &webvtt->q); end: av_bprint_finalize(&cue, NULL); -- cgit v1.2.1