diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-28 09:47:22 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-28 09:47:22 +0200 |
| commit | ff27a57f028b0ab967e38c555fbfcdca560f15fd (patch) | |
| tree | c8f394e5654601071b9b917c90891b29010156d4 /src/lib/text_decoder.h | |
| parent | 8de886e26ba382f5593069386e3c7d1ff35d4192 (diff) | |
Make emit_bitmap_start take a ContentBitmapText.
Diffstat (limited to 'src/lib/text_decoder.h')
| -rw-r--r-- | src/lib/text_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/text_decoder.h b/src/lib/text_decoder.h index 39d6e828d..96b335de1 100644 --- a/src/lib/text_decoder.h +++ b/src/lib/text_decoder.h @@ -52,7 +52,7 @@ public: return _position; } - void emit_bitmap_start (dcpomatic::ContentTime from, std::shared_ptr<const Image> image, dcpomatic::Rect<double> rect); + void emit_bitmap_start (ContentBitmapText const& bitmap); void emit_bitmap (dcpomatic::ContentTimePeriod period, std::shared_ptr<const Image> image, dcpomatic::Rect<double> rect); void emit_plain_start (dcpomatic::ContentTime from, std::list<dcp::SubtitleString> s); void emit_plain_start (dcpomatic::ContentTime from, sub::Subtitle const & subtitle); |
