unfunny the comments

This commit is contained in:
sentriz
2021-12-09 21:13:17 +00:00
committed by Senan Kelly
parent f9133aac91
commit 62ccf01a3a
7 changed files with 46 additions and 38 deletions

View File

@@ -208,7 +208,7 @@ func encode(out io.Writer, trackPath, cachePath string, profile Profile) error {
// still unsure if buffer version (cmdOutputWrite) is any better than io.Copy-based one (cmdOutputCopy)
// initial goal here is to start streaming response asap, with smallest ttfb. more testing needed
// -- @spijet
//
// start up writers for cache file and http response
go cmdOutputWrite(out, cacheFile, pipeReader)
// run ffmpeg