diff --git a/transcoder/src/filestream.go b/transcoder/src/filestream.go index c58aa2be..8793a2f8 100644 --- a/transcoder/src/filestream.go +++ b/transcoder/src/filestream.go @@ -8,14 +8,14 @@ import ( ) type FileStream struct { - ready sync.WaitGroup - err error - Path string - Out string - Keyframes *Keyframe - Info *MediaInfo - videos CMap[Quality, *VideoStream] - audios CMap[int32, *AudioStream] + ready sync.WaitGroup + err error + Path string + Out string + Keyframes *Keyframe + Info *MediaInfo + videos CMap[Quality, *VideoStream] + audios CMap[int32, *AudioStream] } func NewFileStream(path string, sha string, route string) *FileStream {