It builds.
[dcpomatic.git] / src / lib / sndfile_decoder.cc
index 67bb25e0dc71e56fe5678c8bef2b25bd0f17c655..c37a8447483ba49d3e39ade148d08ebfd26f6841 100644 (file)
@@ -131,7 +131,6 @@ SndfileDecoder::audio_frame_rate () const
 void
 SndfileDecoder::seek (ContentTime t, bool accurate)
 {
-       Decoder::seek (t, accurate);
        AudioDecoder::seek (t, accurate);
 
        _done = t.frames (audio_frame_rate ());