Merge pull request #61 from manscrober/patch-1

This makes transcoder.Output() work again.
This commit is contained in:
Fran
2020-06-22 21:50:27 +02:00
committed by GitHub
-1
View File
@@ -224,7 +224,6 @@ func (t *Transcoder) Run(progress bool) <-chan error {
var outb, errb bytes.Buffer
if progress {
proc.Stdout = &outb
proc.Stderr = &errb
}
// If an input pipe has been set, we set it as stdin for the transcoding