diff options
Diffstat (limited to 'src/smpte_subtitle_asset.h')
| -rw-r--r-- | src/smpte_subtitle_asset.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/smpte_subtitle_asset.h b/src/smpte_subtitle_asset.h index 444c53e6..1b67dd15 100644 --- a/src/smpte_subtitle_asset.h +++ b/src/smpte_subtitle_asset.h @@ -26,6 +26,12 @@ #include "mxf.h" #include <boost/filesystem.hpp> +namespace ASDCP { + namespace TimedText { + class MXFReader; + } +} + namespace dcp { class SMPTELoadFontNode; @@ -121,6 +127,8 @@ protected: } private: + void read_fonts (boost::shared_ptr<ASDCP::TimedText::MXFReader>); + std::string _content_title_text; boost::optional<std::string> _language; boost::optional<std::string> _annotation_text; |
