Hopefully fix up still-image generation.
[dcpomatic.git] / src / lib / video_decoder.h
index 1a02272a5ef245a591c1b1d5723834d4b7b2e25e..6e4fd48c0019710a2632e921d35645efa119c239 100644 (file)
@@ -65,7 +65,7 @@ protected:
        
        virtual PixelFormat pixel_format () const = 0;
 
-       void emit_video (boost::shared_ptr<Image>, double);
+       void emit_video (boost::shared_ptr<Image>, bool, double);
        void emit_subtitle (boost::shared_ptr<TimedSubtitle>);
 
        /** Subtitle stream to use when decoding */