summaryrefslogtreecommitdiff
path: root/src/lib/dcp_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-07-06 00:28:42 +0100
committerCarl Hetherington <cth@carlh.net>2015-07-06 00:28:42 +0100
commit3bb6308d1b17aa643021bddc82e954029076f780 (patch)
tree1edfbb47d93aa76e9dedea8e63be9f76797fdccc /src/lib/dcp_decoder.h
parentd3d26828db1cc559b427e7ba1f5572622696d2d8 (diff)
Implement missing support for DCP subs inside DCP content (#631).
Diffstat (limited to 'src/lib/dcp_decoder.h')
-rw-r--r--src/lib/dcp_decoder.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/dcp_decoder.h b/src/lib/dcp_decoder.h
index 7d26139ba..d735ca6a5 100644
--- a/src/lib/dcp_decoder.h
+++ b/src/lib/dcp_decoder.h
@@ -31,6 +31,7 @@ namespace dcp {
class DCPContent;
class Log;
+struct dcp_subtitle_within_dcp_test;
class DCPDecoder : public VideoDecoder, public AudioDecoder, public SubtitleDecoder
{
@@ -38,6 +39,8 @@ public:
DCPDecoder (boost::shared_ptr<const DCPContent>);
private:
+ friend struct dcp_subtitle_within_dcp_test;
+
bool pass ();
void seek (ContentTime t, bool accurate);