summaryrefslogtreecommitdiff
path: root/src/lib/text_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-09-02 01:11:11 +0100
committerCarl Hetherington <cth@carlh.net>2018-09-02 01:11:11 +0100
commita18e837cb56da42a500a438a09afcbddad8b3a94 (patch)
treeeb9f2c17477d9b813a03a8fd14dde4c5fade0cd9 /src/lib/text_decoder.h
parentda4a15c2e613b9604b3b7247811576a8567d1c7c (diff)
Play PNG subtitles from DCPs; possibly not in the right scale.
Diffstat (limited to 'src/lib/text_decoder.h')
-rw-r--r--src/lib/text_decoder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/text_decoder.h b/src/lib/text_decoder.h
index d8a64157e..d45e37fc7 100644
--- a/src/lib/text_decoder.h
+++ b/src/lib/text_decoder.h
@@ -50,6 +50,7 @@ public:
}
void emit_bitmap_start (ContentTime from, boost::shared_ptr<Image> image, dcpomatic::Rect<double> rect);
+ void emit_bitmap (ContentTimePeriod period, boost::shared_ptr<Image> image, dcpomatic::Rect<double> rect);
void emit_plain_start (ContentTime from, std::list<dcp::SubtitleString> s);
void emit_plain_start (ContentTime from, sub::Subtitle const & subtitle);
void emit_plain (ContentTimePeriod period, std::list<dcp::SubtitleString> s);