aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/webvttdec.c
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2015-09-10 21:40:07 +0200
committerClément Bœsch <u@pkh.me>2015-09-10 21:40:07 +0200
commitaf924fd9e469064707fc00212456952b3e62ee5e (patch)
tree8c0fc8cd72d58a8a1de16d28d72fb2853462b9ca /libavformat/webvttdec.c
parenta634649a36d8ed6a3fb29b4cdfb7023f7338c824 (diff)
downloadandroid_external_ffmpeg-af924fd9e469064707fc00212456952b3e62ee5e.tar.gz
android_external_ffmpeg-af924fd9e469064707fc00212456952b3e62ee5e.tar.bz2
android_external_ffmpeg-af924fd9e469064707fc00212456952b3e62ee5e.zip
avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for logging
Diffstat (limited to 'libavformat/webvttdec.c')
-rw-r--r--libavformat/webvttdec.c2
1 files changed, 1 insertions, 1 deletions
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);