Merge.
[dcpomatic.git] / src / lib / sndfile_decoder.h
index 35e50c629483b1f8bdaf8ed1428dd3c2467daca3..a5edc196c87a7efeeb06688f70feaf6f5e092beb 100644 (file)
@@ -29,8 +29,12 @@ public:
        SndfileDecoder (boost::shared_ptr<const Film>, boost::shared_ptr<const SndfileContent>);
        ~SndfileDecoder ();
 
-       bool pass ();
-       Time next ();
+       void pass ();
+       void seek (Time) {}
+       void seek_back () {}
+       void seek_forward () {}
+       Time next () const;
+       bool done () const;
 
        int audio_channels () const;
        ContentAudioFrame audio_length () const;