pot/merge.
[dcpomatic.git] / src / lib / sndfile_decoder.h
index c8d1f1f592df633efa5d7cd9f7d823bb5ac12425..844d1cdc42818219e81e82a7cf1f04077851e6b6 100644 (file)
@@ -25,11 +25,11 @@ class SndfileContent;
 class SndfileDecoder : public Sndfile, public AudioDecoder
 {
 public:
-       SndfileDecoder (boost::shared_ptr<const SndfileContent> c);
+       SndfileDecoder (boost::shared_ptr<const SndfileContent> c, bool fast);
        ~SndfileDecoder ();
 
 private:
-       bool pass ();
+       bool pass (PassReason, bool);
        void seek (ContentTime, bool);
 
        int64_t _done;