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

prevent decoders from emitting corrupted frames #638

Merged
merged 1 commit into from
Oct 23, 2024

prevent decoders from emitting corrupted frames

e086c86
Select commit
Loading
Failed to load commit list.
Merged

prevent decoders from emitting corrupted frames #638

prevent decoders from emitting corrupted frames
e086c86
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 23, 2024 in 0s

82.01% (+0.07%) compared to f41b196

View this Pull Request on Codecov

82.01% (+0.07%) compared to f41b196

Details

Codecov Report

Attention: Patch coverage is 91.66667% with 6 lines in your changes missing coverage. Please review.

Project coverage is 82.01%. Comparing base (f41b196) to head (e086c86).

Files with missing lines Patch % Lines
pkg/format/rtpmpeg1video/decoder.go 60.00% 3 Missing and 1 partial ⚠️
pkg/format/rtpav1/decoder.go 77.77% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #638      +/-   ##
==========================================
+ Coverage   81.94%   82.01%   +0.07%     
==========================================
  Files         116      116              
  Lines       11691    11761      +70     
==========================================
+ Hits         9580     9646      +66     
- Misses       1725     1728       +3     
- Partials      386      387       +1     

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