Updated nl_NL translation from Rob van Nieuwkerk.
[dcpomatic.git] / src / lib / sndfile_decoder.h
index 7fcf5037c424f2e32b1df6659970c12fbebd39fa..844d1cdc42818219e81e82a7cf1f04077851e6b6 100644 (file)
@@ -17,9 +17,7 @@
 
 */
 
-#include "decoder.h"
 #include "audio_decoder.h"
-#include "audio_examiner.h"
 #include "sndfile_base.h"
 
 class SndfileContent;
@@ -27,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;