just testing

This commit is contained in:
Saxon1 2017-12-05 10:07:28 +10:30
parent f8aa535ec7
commit 429ee0b5b1
1 changed files with 2 additions and 1 deletions

View File

@ -10,9 +10,10 @@ type BitrateCalculator struct {
now
prev
isFirstTime bool
elapsedTime time
elapsedTime time
}
// The bitrate calculat
func (bc *BitrateCalculator) Start() {
if isFirstTime {
if Delay == nil {