mirror of https://bitbucket.org/ausocean/av.git
Removed additional isRunning check.
This commit is contained in:
parent
47125ef281
commit
5b5d17ee87
|
@ -448,10 +448,6 @@ func (r *revid) outputClips() {
|
|||
}
|
||||
}
|
||||
|
||||
if !r.isRunning {
|
||||
break
|
||||
}
|
||||
|
||||
r.Log(Debug, "Done reading that clip from ringbuffer...")
|
||||
// let the ringbuffer know that we're done with the memory we grabbed when
|
||||
// we call ringBuffer.Get()
|
||||
|
|
Loading…
Reference in New Issue