Just made correction to comment

This commit is contained in:
Unknown 2017-12-06 13:45:39 +10:30
parent 93ad5ed247
commit bb6130d5ca
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ import (
"time"
)
// bitrateCalculator implements interface BitrateCalculator
// BitrateCalculator provides fields and methods to allow calculation of bitrate
type BitrateCalculator struct {
outputDelay int // sec
now time.Time