Fix VP9 decoding on iOS #434
Annotations
10 errors and 2 warnings
golangci-lint:
codecs/vp9/bits.go#L7
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"not enough bits\")" (goerr113)
|
golangci-lint:
codecs/vp9/header.go#L120
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"invalid frame marker\")" (goerr113)
|
golangci-lint:
codecs/vp9/header.go#L167
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"wrong frame_sync_byte_0\")" (goerr113)
|
golangci-lint:
codecs/vp9/header.go#L172
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"wrong frame_sync_byte_1\")" (goerr113)
|
golangci-lint:
codecs/vp9/header.go#L177
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"wrong frame_sync_byte_2\")" (goerr113)
|
golangci-lint:
codecs/vp9/bits.go#L41
shadow: declaration of "v" shadows declaration at line 37 (govet)
|
golangci-lint:
codecs/vp9/header.go#L128
shadow: declaration of "err" shadows declaration at line 113 (govet)
|
golangci-lint:
codecs/vp9/header.go#L141
shadow: declaration of "err" shadows declaration at line 113 (govet)
|
golangci-lint:
codecs/vp9_packet.go#L199
ineffectual assignment to off (ineffassign)
|
golangci-lint:
codecs/vp9/header.go#L1
ST1000: at least one file in a package should have a package comment (stylecheck)
|
golangci-lint:
codecs/vp9/bits.go#L1
package-comments: should have a package comment (revive)
|
Install Go
Restore cache failed: Dependencies file is not found in /home/runner/work/rtp/rtp. Supported file pattern: go.sum
|
Loading