Closed enobufs closed 9 months ago
Attention: 32 lines
in your changes are missing coverage. Please review.
Comparison is base (
314bd8e
) 87.50% compared to head (eef54d7
) 87.41%.
Files | Patch % | Lines |
---|---|---|
vlaextension.go | 86.46% | 25 Missing and 6 partials :warning: |
codecs/av1/obu/leb128.go | 90.90% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Introducing an unmarshaler/marshaler for VLA (Video Layers Allocation), an RTP header extension. This extension is for a video sender to provide information about the target bitrate, resolution and frame rate of each scalability layer in order to aid a selective forwarding middlebox to decide which layer to relay.
NOTE: This change only adds the VLA parser/builder to this module (expected minor change), will not introduce any behavioral change to the existing code.