mirror of https://bitbucket.org/ausocean/av.git
Removed the other error count
This commit is contained in:
parent
cbcbc10658
commit
6ccdcef83f
|
@ -383,7 +383,6 @@ func (r *revid) outputClips() {
|
||||||
prevTime := now
|
prevTime := now
|
||||||
bytes := 0
|
bytes := 0
|
||||||
delay := 0
|
delay := 0
|
||||||
errorCount := 0
|
|
||||||
for r.isRunning {
|
for r.isRunning {
|
||||||
// Here we slow things down as much as we can to decrease cpu usage
|
// Here we slow things down as much as we can to decrease cpu usage
|
||||||
switch {
|
switch {
|
||||||
|
|
Loading…
Reference in New Issue