Fix broken vpx example

This commit is contained in:
Lukas Herman
2020-10-31 23:55:46 -07:00
parent 7bd3efc8b7
commit 1d34ec9c5d

View File

@@ -48,7 +48,7 @@ func main() {
if err != nil {
panic(err)
}
vp8Params.BitRate = 300_000 // 300kbps
vp8Params.BitRate = 100_000 // 100kbps
opusParams, err := opus.NewParams()
if err != nil {