diff --git a/revid/revid.go b/revid/revid.go index 74d4d3e5..b2cfae43 100644 --- a/revid/revid.go +++ b/revid/revid.go @@ -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