Add primitive description of what the playlist is doing. Add missing de-interleave...
[dcpomatic.git] / src / lib / sndfile_decoder.h
index b999a66d15f40644bb0313614c5d9c771e7b17cf..64bd2f7f53a4de574bafa48911936c3955a4169a 100644 (file)
@@ -36,12 +36,10 @@ public:
        int audio_frame_rate () const;
 
 private:
-       SNDFILE* open_file (sf_count_t &);
-       void close_file (SNDFILE*);
-
        boost::shared_ptr<const SndfileContent> _sndfile_content;
        SNDFILE* _sndfile;
        SF_INFO _info;
        ContentAudioFrame _done;
        ContentAudioFrame _remaining;
+       float* _deinterleave_buffer;
 };