Test filling of stuff with black.
[dcpomatic.git] / src / lib / sndfile_decoder.cc
index c4c6e5f4ee065f6dca6145defbb293bedcb5b7d1..c12152e673fcbc0eca679d0da1e08f31e39d4aa8 100644 (file)
@@ -117,3 +117,9 @@ SndfileDecoder::next () const
 {
        return _next_audio;
 }
+
+bool
+SndfileDecoder::done () const
+{
+       return audio_done ();
+}