Update for libdcp API changes.
[dcpomatic.git] / src / lib / dcp_subtitle_decoder.h
index 984d9882607788afe7ea627464c95646e1d901a2..e5533927b4b77f9e485ff56efcd498f8f0dc8976 100644 (file)
@@ -26,7 +26,7 @@ class DCPSubtitleContent;
 class DCPSubtitleDecoder : public DCPSubtitle, public Decoder
 {
 public:
-       DCPSubtitleDecoder (boost::shared_ptr<const DCPSubtitleContent>, boost::shared_ptr<Log> log);
+       DCPSubtitleDecoder (boost::shared_ptr<const Film> film, boost::shared_ptr<const DCPSubtitleContent>);
 
        bool pass ();
        void seek (ContentTime time, bool accurate);