Fixed typo

This commit is contained in:
Alex Eidt 2022-03-30 22:14:13 -07:00
parent bff4dd575c
commit 44f8b4d6f4

View file

@ -93,7 +93,7 @@ type Options struct {
```go
type VideoWriter struct {
filename string // Output filename
audio string // Audio filename.
audio string // Audio filename
width int // Frame width
height int // Frame height
bitrate int // Output video bitrate