Various bits.
[dcpomatic.git] / src / lib / video_decoder.h
index 03dc4777a6a93a069ae533ecbaf99c787bc14b2c..a2fd5b6510a1fb297c555cf49ce749772e998d21 100644 (file)
@@ -28,7 +28,7 @@ class VideoContent;
 class VideoDecoder : public VideoSource, public virtual Decoder
 {
 public:
-       VideoDecoder (boost::shared_ptr<const Film>, boost::shared_ptr<VideoContent>);
+       VideoDecoder (boost::shared_ptr<const Film>);
 
        /** @return video frames per second, or 0 if unknown */
        virtual float frames_per_second () const = 0;