Fixed removed comment I didn't need

This commit is contained in:
Saxon1 2017-11-24 11:13:24 +10:30
parent 76cba026a1
commit 5b802fb26e
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ func readWriteVideo(input string, output string) error {
}
// Calculate bitrate and Output
deltaTime := now.Sub(prevTime) // Convert nanosecs to secs
deltaTime := now.Sub(prevTime)
elapsedTime += deltaTime
if elapsedTime > bitrateOutputDelay*time.Nanosecond {
noOfBits := float64(clipSize * bitsInByte) / 1024.0 // to kbits