Rename some methods.
[dcpomatic.git] / src / lib / sndfile_decoder.cc
index 7762ab1e4c037b9b8d49c33213fc9ed05ebca5d3..2a2b3fe4a18814d1ad617c16f666fa1d2c62f9b5 100644 (file)
@@ -86,7 +86,7 @@ SndfileDecoder::pass (PassReason, bool)
        }
 
        data->set_frames (this_time);
-       audio->audio (_sndfile_content->audio->stream (), data, ContentTime::from_frames (_done, _info.samplerate));
+       audio->give (_sndfile_content->audio->stream (), data, ContentTime::from_frames (_done, _info.samplerate));
        _done += this_time;
        _remaining -= this_time;