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
|
// Keep clearing output chan until out buffer has some space
|
||||||
for clip, err = r.ringBuffer.Get(); err != nil; {
|
for clip, err = r.ringBuffer.Get(); err != nil; {
|
||||||
r.flushData()
|
r.flushData()
|
||||||
|
clip, err = r.ringBuffer.Get()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for {
|
for {
|
||||||
|
|
Loading…
Reference in New Issue