set filled after pre-buffering

This commit is contained in:
Hendrik Langer 2018-08-31 02:24:59 +02:00
parent 2dc526342c
commit 428726eb99
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@ bool AudioFileSourceBuffer::fill(uint32_t len, uint32_t max_delay)
if (!src->loop()) return false;
fill();
}
filled = true;
if (length < len) return false;
return true;
}