Various fixes to FFmpeg decoder, including a couple of tests.
[dcpomatic.git] / src / lib / player.h
index 852e7243f1355546cab3a6dba2252c57bf635f86..d83045ab12a6b8e84478be51188111240095f971 100644 (file)
@@ -131,6 +131,7 @@ private:
        VideoFrame dcp_to_content_video (boost::shared_ptr<const Piece> piece, DCPTime t) const;
        AudioFrame dcp_to_content_audio (boost::shared_ptr<const Piece> piece, DCPTime t) const;
        ContentTime dcp_to_content_subtitle (boost::shared_ptr<const Piece> piece, DCPTime t) const;
+       boost::shared_ptr<DCPVideo> black_dcp_video (DCPTime) const;
 
        template<class C>
        std::list<boost::shared_ptr<Piece> >