From 878e19aabf2278828a3c9b518e0804b2cef0c01e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 20 Nov 2016 23:58:51 +0000 Subject: Some more decode logging. --- src/lib/ffmpeg_decoder.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/ffmpeg_decoder.cc') diff --git a/src/lib/ffmpeg_decoder.cc b/src/lib/ffmpeg_decoder.cc index b7dced34d..463d2cd80 100644 --- a/src/lib/ffmpeg_decoder.cc +++ b/src/lib/ffmpeg_decoder.cc @@ -98,6 +98,7 @@ FFmpegDecoder::FFmpegDecoder (shared_ptr c, shared_ptr new SubtitleDecoder ( this, c->subtitle, + log, bind (&FFmpegDecoder::image_subtitles_during, this, _1, _2), bind (&FFmpegDecoder::text_subtitles_during, this, _1, _2) ) -- cgit v1.2.3