mirror of https://bitbucket.org/ausocean/av.git
Fixed error
This commit is contained in:
parent
8179b371e6
commit
b2269ef8d8
|
@ -374,12 +374,13 @@ func (r *revid) packClips() {
|
|||
}
|
||||
clipSize = 0
|
||||
packetCount = 0
|
||||
break
|
||||
goto finishedWithClip
|
||||
}
|
||||
default:
|
||||
time.Sleep(time.Duration(5)*time.Millisecond)
|
||||
}
|
||||
}
|
||||
finishedWithClip:
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue