add comment

This commit is contained in:
Paul Davis
2020-02-20 00:22:17 -07:00
parent c2c41b38d0
commit efd6a856f8

View File

@@ -1019,6 +1019,10 @@ DiskReader::_do_refill_with_alloc (bool partial_fill)
int
DiskReader::refill (Sample* sum_buffer, Sample* mixdown_buffer, float* gain_buffer, samplecnt_t fill_level)
{
/* NOTE: Audio refill MUST come first so that in contexts where ONLY it
is called, _last_read_reversed is set correctly.
*/
if (refill_audio (sum_buffer, mixdown_buffer, gain_buffer, fill_level)) {
return -1;
}