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

@ -13,6 +13,7 @@ type BitrateCalculator struct {
elapsedTime time elapsedTime time
} }
// The bitrate calculat
func (bc *BitrateCalculator) Start() { func (bc *BitrateCalculator) Start() {
if isFirstTime { if isFirstTime {
if Delay == nil { if Delay == nil {