Removed additional isRunning check.

This commit is contained in:
Saxon Milton 2018-05-07 12:26:39 +09:30
parent 47125ef281
commit 5b5d17ee87
1 changed files with 0 additions and 4 deletions

View File

@ -448,10 +448,6 @@ func (r *revid) outputClips() {
} }
} }
if !r.isRunning {
break
}
r.Log(Debug, "Done reading that clip from ringbuffer...") r.Log(Debug, "Done reading that clip from ringbuffer...")
// let the ringbuffer know that we're done with the memory we grabbed when // let the ringbuffer know that we're done with the memory we grabbed when
// we call ringBuffer.Get() // we call ringBuffer.Get()