Skip to content

Commit 7450039

Browse files
authored
fix: set output audio bitrate (#12)
1 parent 01229de commit 7450039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

output_setters.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func (c *Command) AudioRate(v int) *Command {
8282

8383
// AudioBitRate sets the audio bit rate
8484
func (c *Command) AudioBitRate(v int) *Command {
85-
c.Args.output.audioRate = v
85+
c.Args.output.audioBitrate = v
8686

8787
return c
8888
}

0 commit comments

Comments
 (0)