mirror of
https://github.com/xfrr/goffmpeg.git
synced 2025-10-05 14:46:51 +08:00
remove circleci (#83)
This commit is contained in:
@@ -263,12 +263,12 @@ func (t *Transcoder) Run(progress bool) <-chan error {
|
||||
}
|
||||
|
||||
err = proc.Wait()
|
||||
|
||||
go t.closePipes()
|
||||
|
||||
if err != nil {
|
||||
err = fmt.Errorf("failed finish ffmpeg (%s) with %s message %s %s", command, err, outb.String(), errb.String())
|
||||
}
|
||||
|
||||
go t.closePipes()
|
||||
|
||||
done <- err
|
||||
close(done)
|
||||
}(err)
|
||||
|
Reference in New Issue
Block a user