This commit is contained in:
tinyzimmer
2020-10-04 19:14:05 +03:00
parent 48388aa1cd
commit 8ef82ec751

View File

@@ -232,7 +232,5 @@ func main() {
outFile = outFile + ".gif"
}
examples.RunLoop(func(mainLoop *gst.MainLoop) error {
return encodeGif(mainLoop)
})
examples.RunLoop(encodeGif)
}