Restore correct setup of fast resampler when the player is set to fast.
[dcpomatic.git] / src / lib / ffmpeg_decoder.h
index 993d1dd0e1341a23ece5f309dbbc3a3eb8d24b39..3a38f4475333d3f3871e057fb376c56ff3ca2122 100644 (file)
@@ -45,7 +45,7 @@ struct ffmpeg_pts_offset_test;
 class FFmpegDecoder : public FFmpeg, public Decoder
 {
 public:
-       FFmpegDecoder (boost::shared_ptr<const FFmpegContent>, boost::shared_ptr<Log>);
+       FFmpegDecoder (boost::shared_ptr<const FFmpegContent>, boost::shared_ptr<Log> log, bool fast);
 
        bool pass ();
        void seek (ContentTime time, bool);