Various hacks.
[dcpomatic.git] / src / lib / sndfile_decoder.cc
index f114979de71faae98b8079877b5aafc6244d1e4b..0f2d54d153c971d73344b2ba246b182cea984ed2 100644 (file)
@@ -113,3 +113,9 @@ SndfileDecoder::audio_frame_rate () const
 {
        return _info.samplerate;
 }
+
+Time
+SndfileDecoder::next () const
+{
+       return _next_audio;
+}