Merge 1.0-seek and subtitle-content.
[dcpomatic.git] / src / lib / sndfile_decoder.h
index 4ecea0846ef030ea22324c53e93d9be785958db6..46d9c5e5cf24762b5c2733e4f8c0be6c035a4d97 100644 (file)
@@ -36,15 +36,12 @@ public:
        int audio_frame_rate () const;
 
 private:
-       ContentTime first_audio () const {
-               return 0;
-       }
-
        bool pass ();
        
        boost::shared_ptr<const SndfileContent> _sndfile_content;
        SNDFILE* _sndfile;
        SF_INFO _info;
+       AudioFrame _done;
        AudioFrame _remaining;
        float* _deinterleave_buffer;
 };