Skip to content

Commit

Permalink
revert comment
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-balzan committed Oct 16, 2024
1 parent 54e1fdc commit 220ff76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encode.go
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ func (e *EncodeSession) handleStderrLine(line string) {

_, err := fmt.Sscanf(line, "size=%dkB time=%d:%d:%f bitrate=%fkbits/s speed=%fx", &size, &timeH, &timeM, &timeS, &bitrate, &speed)
if err != nil {
logln("Error parsing ffmpeg stats:", err)
//logln("Error parsing ffmpeg stats:", err)
}

dur := time.Duration(timeH) * time.Hour
Expand Down

0 comments on commit 220ff76

Please sign in to comment.