mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-17 16:50:31 +00:00
Fix missing codec params in the VPX struct
This commit is contained in:
parent
9c42f1cc59
commit
7ece426518
1 changed files with 3 additions and 0 deletions
|
|
@ -58,6 +58,9 @@ func run(w, h int, cod encoder.VideoCodec, count int, a *image.RGBA, b *image.RG
|
|||
Vpx: struct {
|
||||
Bitrate uint
|
||||
KeyframeInterval uint
|
||||
CpuUsed int
|
||||
TileColumns int
|
||||
Tune string
|
||||
}{
|
||||
Bitrate: 1000,
|
||||
KeyframeInterval: 5,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue