summaryrefslogtreecommitdiff
path: root/ffmpeg.go
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpeg.go')
-rw-r--r--ffmpeg.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffmpeg.go b/ffmpeg.go
index 329ae01..1157707 100644
--- a/ffmpeg.go
+++ b/ffmpeg.go
@@ -16,6 +16,5 @@ func cutoutClipAndTranscode(ut *Utterance) error {
"ar": "22050",
"metadata": fmt.Sprintf(`source="%s"`, ut.FD.VttPath),
}).OverWriteOutput().ErrorToStdOut().Run()
-
return err
}