X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fsndfile_decoder.h;h=844d1cdc42818219e81e82a7cf1f04077851e6b6;hb=5b3e3df6c9352e31dd932a5af215eabbf2cf27c8;hp=7fcf5037c424f2e32b1df6659970c12fbebd39fa;hpb=e60bb3e51bd1508b149e6b8f6608f09b5196ae26;p=dcpomatic.git diff --git a/src/lib/sndfile_decoder.h b/src/lib/sndfile_decoder.h index 7fcf5037c..844d1cdc4 100644 --- a/src/lib/sndfile_decoder.h +++ b/src/lib/sndfile_decoder.h @@ -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 c); + SndfileDecoder (boost::shared_ptr c, bool fast); ~SndfileDecoder (); private: - bool pass (); + bool pass (PassReason, bool); void seek (ContentTime, bool); int64_t _done;