Fix missing codec params in the VPX struct

This commit is contained in:
sergystepanov 2026-06-11 22:04:34 +03:00
parent 9c42f1cc59
commit 7ece426518

View file

@ -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,