Merge.
[dcpomatic.git] / src / lib / sndfile_decoder.h
index 1dc484fdc92bf2bef5a80717951c6a17ca9cbdf0..a5edc196c87a7efeeb06688f70feaf6f5e092beb 100644 (file)
@@ -30,7 +30,11 @@ public:
        ~SndfileDecoder ();
 
        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;