mirror of
https://github.com/pion/webrtc.git
synced 2025-10-05 07:06:51 +08:00
Update CI configs to v0.10.6
Update lint scripts and CI configs.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
//go:build !js
|
||||
// +build !js
|
||||
|
||||
// bandwidth-estimation-from-disk demonstrates how to use Pion's Bandwidth Estimation APIs.
|
||||
package main
|
||||
|
||||
import (
|
||||
@@ -32,6 +33,7 @@ const (
|
||||
ivfHeaderSize = 32
|
||||
)
|
||||
|
||||
// nolint: gocognit
|
||||
func main() {
|
||||
qualityLevels := []struct {
|
||||
fileName string
|
||||
|
Reference in New Issue
Block a user