Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix VP9 decoding on iOS #269

Merged
merged 1 commit into from
Apr 29, 2024

Fix VP9 decoding on iOS

251d31c
Select commit
Loading
Failed to load commit list.
Merged

Fix VP9 decoding on iOS #269

Fix VP9 decoding on iOS
251d31c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 28, 2024 in 1s

84.10% (-2.12%) compared to 12646b6

View this Pull Request on Codecov

84.10% (-2.12%) compared to 12646b6

Details

Codecov Report

Attention: Patch coverage is 67.27273% with 72 lines in your changes are missing coverage. Please review.

Project coverage is 84.10%. Comparing base (12646b6) to head (251d31c).

Files Patch % Lines
codecs/vp9/header.go 40.90% 47 Missing and 18 partials ⚠️
codecs/vp9/bits.go 88.57% 2 Missing and 2 partials ⚠️
codecs/vp9_packet.go 96.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #269      +/-   ##
==========================================
- Coverage   86.22%   84.10%   -2.12%     
==========================================
  Files          22       24       +2     
  Lines        1749     1950     +201     
==========================================
+ Hits         1508     1640     +132     
- Misses        204      253      +49     
- Partials       37       57      +20     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.