diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-04 01:13:13 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-04 01:13:13 +0000 |
| commit | 8af00f5e0862c18e8c7b5f9ac0ea95a5d6ad696c (patch) | |
| tree | 925d0673ec1c3319a8cc85374acb14a27d555c60 /src/lib/dcp_subtitle_content.h | |
| parent | a5095486e606adfe36de635a48710cf98872c1c6 (diff) | |
Fix loading of SMPTE subtitles that are not MXF-wrapped.
Diffstat (limited to 'src/lib/dcp_subtitle_content.h')
| -rw-r--r-- | src/lib/dcp_subtitle_content.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/dcp_subtitle_content.h b/src/lib/dcp_subtitle_content.h index e1a0b6490..4b5f1fa05 100644 --- a/src/lib/dcp_subtitle_content.h +++ b/src/lib/dcp_subtitle_content.h @@ -18,8 +18,9 @@ */ #include "subtitle_content.h" +#include "dcp_subtitle.h" -class DCPSubtitleContent : public SubtitleContent +class DCPSubtitleContent : public SubtitleContent, public DCPSubtitle { public: DCPSubtitleContent (boost::shared_ptr<const Film>, boost::filesystem::path); |
