Logging improvements to allow prettier displays in the server GUI.
[dcpomatic.git] / src / lib / sndfile_decoder.h
index 4474adc9e3b37dba35bf62bd689ec318e973e643..da9016ee09a958c26211df60e4ae68b6a1d9620d 100644 (file)
@@ -17,9 +17,7 @@
 
 */
 
-#include "decoder.h"
 #include "audio_decoder.h"
-#include "audio_examiner.h"
 #include "sndfile_base.h"
 
 class SndfileContent;
@@ -27,13 +25,13 @@ 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 (PassReason);
+       bool pass ();
        void seek (ContentTime, bool);
-       
+
        int64_t _done;
        int64_t _remaining;
        float* _deinterleave_buffer;