From 3bb6308d1b17aa643021bddc82e954029076f780 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 6 Jul 2015 00:28:42 +0100 Subject: Implement missing support for DCP subs inside DCP content (#631). --- src/lib/dcp_decoder.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/dcp_decoder.h') 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); private: + friend struct dcp_subtitle_within_dcp_test; + bool pass (); void seek (ContentTime t, bool accurate); -- cgit v1.2.3