Cleaned up demo.go

This commit is contained in:
Alex Eidt 2021-11-22 19:38:37 -08:00
parent 3b9be17551
commit c41eca1bbe
2 changed files with 3 additions and 10 deletions

View file

@ -10,8 +10,6 @@ func main() {
output := "output.mp4"
video := NewVideo(filename)
fmt.Println(video.bitrate)
writer := NewVideoWriter(output, video)
defer writer.Close()