commit | af924fd9e469064707fc00212456952b3e62ee5e | [log] [tgz] |
---|---|---|
author | Clément Bœsch <[email protected]> | Thu Sep 10 19:40:07 2015 |
committer | Clément Bœsch <[email protected]> | Thu Sep 10 19:40:07 2015 |
tree | 8c0fc8cd72d58a8a1de16d28d72fb2853462b9ca | |
parent | a634649a36d8ed6a3fb29b4cdfb7023f7338c824 [diff] [blame] |
avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for logging
diff --git a/libavformat/assdec.c b/libavformat/assdec.c index c62e76f..5423c03 100644 --- a/libavformat/assdec.c +++ b/libavformat/assdec.c
@@ -152,7 +152,7 @@ if (res < 0) goto end; - ff_subtitles_queue_finalize(&ass->q); + ff_subtitles_queue_finalize(s, &ass->q); end: av_bprint_finalize(&header, NULL);