Think Ive finally got it

This commit is contained in:
Saxon Milton 2018-04-25 14:20:17 +09:30
parent abfa93aab3
commit ff1cb979ac
1 changed files with 1 additions and 0 deletions

View File

@ -312,6 +312,7 @@ func (r *revid) packClips() {
// Keep clearing output chan until out buffer has some space
for clip, err = r.ringBuffer.Get(); err != nil; {
r.flushData()
clip, err = r.ringBuffer.Get()
}
}
for {