mirror of
https://github.com/xfrr/goffmpeg.git
synced 2026-04-22 23:17:21 +08:00
Merge pull request #61 from manscrober/patch-1
This makes transcoder.Output() work again.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user