X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_subtitle_decoder.h;h=9d085125382e82f55d237e52414585f3e3930cf4;hb=db22f81ccce9e1a5f205e6d8b3c0631fc039a173;hp=45a4999ddcf769781bd87c8a577264b6511a6e06;hpb=7a301e22de2a3c47a81ebc4c9f19b68131b482aa;p=dcpomatic.git diff --git a/src/lib/dcp_subtitle_decoder.h b/src/lib/dcp_subtitle_decoder.h index 45a4999dd..9d0851253 100644 --- a/src/lib/dcp_subtitle_decoder.h +++ b/src/lib/dcp_subtitle_decoder.h @@ -19,8 +19,9 @@ */ -#include "text_decoder.h" #include "dcp_subtitle.h" +#include "font_id_allocator.h" +#include "text_decoder.h" class DCPSubtitleContent; @@ -44,4 +45,7 @@ private: std::vector>::const_iterator _next; dcp::SubtitleStandard _subtitle_standard; + + std::shared_ptr _asset; + FontIDAllocator _font_id_allocator; };