diff options
Diffstat (limited to 'src/lib/dcp_decoder.cc')
| -rw-r--r-- | src/lib/dcp_decoder.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dcp_decoder.cc b/src/lib/dcp_decoder.cc index 1d7c66a5b..e384e1230 100644 --- a/src/lib/dcp_decoder.cc +++ b/src/lib/dcp_decoder.cc @@ -61,6 +61,7 @@ DCPDecoder::DCPDecoder (shared_ptr<const DCPContent> c, shared_ptr<Log> log) new SubtitleDecoder ( this, c->subtitle, + log, bind (&DCPDecoder::image_subtitles_during, this, _1, _2), bind (&DCPDecoder::text_subtitles_during, this, _1, _2) ) |
