mirror of https://bitbucket.org/ausocean/av.git
Fixed removed comment I didn't need
This commit is contained in:
parent
76cba026a1
commit
5b802fb26e
|
@ -257,7 +257,7 @@ func readWriteVideo(input string, output string) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Calculate bitrate and Output
|
// Calculate bitrate and Output
|
||||||
deltaTime := now.Sub(prevTime) // Convert nanosecs to secs
|
deltaTime := now.Sub(prevTime)
|
||||||
elapsedTime += deltaTime
|
elapsedTime += deltaTime
|
||||||
if elapsedTime > bitrateOutputDelay*time.Nanosecond {
|
if elapsedTime > bitrateOutputDelay*time.Nanosecond {
|
||||||
noOfBits := float64(clipSize * bitsInByte) / 1024.0 // to kbits
|
noOfBits := float64(clipSize * bitsInByte) / 1024.0 // to kbits
|
||||||
|
|
Loading…
Reference in New Issue