Use plain git hash for VERSION when there is no exact tag.
[dcpomatic.git] / src / lib / dcp_subtitle_decoder.h
index 16f89b53002b0023dd09e4baa37704aa6b3afdde..9d085125382e82f55d237e52414585f3e3930cf4 100644 (file)
@@ -19,8 +19,9 @@
 */
 
 
-#include "text_decoder.h"
 #include "dcp_subtitle.h"
+#include "font_id_allocator.h"
+#include "text_decoder.h"
 
 
 class DCPSubtitleContent;
@@ -42,4 +43,9 @@ private:
 
        std::vector<std::shared_ptr<const dcp::Subtitle>> _subtitles;
        std::vector<std::shared_ptr<const dcp::Subtitle>>::const_iterator _next;
+
+       dcp::SubtitleStandard _subtitle_standard;
+
+       std::shared_ptr<dcp::SubtitleAsset> _asset;
+       FontIDAllocator _font_id_allocator;
 };