Write more extensive information about frames, and hash the MXF packet rather than...
[dcpomatic.git] / src / lib / video_decoder.h
index b18082c69ef0c67b2dbecd6c137964edf5647adc..ef1ab041a052589f003816e26b239dd4e2ef2a9b 100644 (file)
@@ -27,7 +27,7 @@
 class VideoDecoder : public VideoSource, public virtual Decoder
 {
 public:
-       VideoDecoder (boost::shared_ptr<Film>, boost::shared_ptr<const DecodeOptions>, Job *);
+       VideoDecoder (boost::shared_ptr<Film>, DecodeOptions, Job *);
 
        /** @return video frames per second, or 0 if unknown */
        virtual float frames_per_second () const = 0;