summaryrefslogtreecommitdiff
path: root/src/lib/dcp_subtitle_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-04 01:13:13 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-04 01:13:13 +0000
commit8af00f5e0862c18e8c7b5f9ac0ea95a5d6ad696c (patch)
tree925d0673ec1c3319a8cc85374acb14a27d555c60 /src/lib/dcp_subtitle_decoder.h
parenta5095486e606adfe36de635a48710cf98872c1c6 (diff)
Fix loading of SMPTE subtitles that are not MXF-wrapped.
Diffstat (limited to 'src/lib/dcp_subtitle_decoder.h')
-rw-r--r--src/lib/dcp_subtitle_decoder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/dcp_subtitle_decoder.h b/src/lib/dcp_subtitle_decoder.h
index 070562458..2326b31ad 100644
--- a/src/lib/dcp_subtitle_decoder.h
+++ b/src/lib/dcp_subtitle_decoder.h
@@ -18,10 +18,11 @@
*/
#include "subtitle_decoder.h"
+#include "dcp_subtitle.h"
class DCPSubtitleContent;
-class DCPSubtitleDecoder : public SubtitleDecoder
+class DCPSubtitleDecoder : public SubtitleDecoder, public DCPSubtitle
{
public:
DCPSubtitleDecoder (boost::shared_ptr<const DCPSubtitleContent>);