diff options
Diffstat (limited to 'src/lib/dcp_decoder.h')
| -rw-r--r-- | src/lib/dcp_decoder.h | 3 |
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); |
