Merge master.
[dcpomatic.git] / src / lib / video_decoder.h
index d8c362354ee02b2f9614b265c6159ee1b200bf7d..c3228e88dac3fb2fcb633c32b752f8e7a8676f61 100644 (file)
@@ -33,7 +33,7 @@ class Image;
 class VideoDecoder : public virtual Decoder
 {
 public:
-       VideoDecoder (boost::shared_ptr<const Film>, boost::shared_ptr<const VideoContent>);
+       VideoDecoder (boost::shared_ptr<const VideoContent>);
 
        boost::shared_ptr<const VideoContent> video_content () const {
                return _video_content;