mirror of https://bitbucket.org/ausocean/av.git
Think Ive finally got it
This commit is contained in:
parent
abfa93aab3
commit
ff1cb979ac
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue