Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit efeca60

Browse files
committed
add comments
1 parent 9c80704 commit efeca60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ffmpeg/ffmpeg.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ func (t *Transcoder) progress(stream io.ReadCloser, out chan transcoderplus.Prog
305305
}
306306
}
307307

308+
// 都可以删,因为没有ffprobe
308309
timesec := utils.DurToSec(currentTime)
309310
dursec, _ := strconv.ParseFloat(t.metadata.GetFormat().GetDuration(), 64)
310311

0 commit comments

Comments
 (0)