From ff27a57f028b0ab967e38c555fbfcdca560f15fd Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 28 Apr 2022 09:47:22 +0200 Subject: Make emit_bitmap_start take a ContentBitmapText. --- src/lib/text_decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/text_decoder.h') 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 image, dcpomatic::Rect rect); + void emit_bitmap_start (ContentBitmapText const& bitmap); void emit_bitmap (dcpomatic::ContentTimePeriod period, std::shared_ptr image, dcpomatic::Rect rect); void emit_plain_start (dcpomatic::ContentTime from, std::list s); void emit_plain_start (dcpomatic::ContentTime from, sub::Subtitle const & subtitle); -- cgit v1.2.3