Fixed typo
This commit is contained in:
parent
bff4dd575c
commit
44f8b4d6f4
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ type Options struct {
|
||||||
```go
|
```go
|
||||||
type VideoWriter struct {
|
type VideoWriter struct {
|
||||||
filename string // Output filename
|
filename string // Output filename
|
||||||
audio string // Audio filename.
|
audio string // Audio filename
|
||||||
width int // Frame width
|
width int // Frame width
|
||||||
height int // Frame height
|
height int // Frame height
|
||||||
bitrate int // Output video bitrate
|
bitrate int // Output video bitrate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue