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

support decoding M-JPEG streams with any quantization (#566) #583

Merged
merged 1 commit into from
Jun 22, 2024

support decoding M-JPEG streams with any quantization (#566)

978a577
Select commit
Loading
Failed to load commit list.
Merged

support decoding M-JPEG streams with any quantization (#566) #583

support decoding M-JPEG streams with any quantization (#566)
978a577
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 22, 2024 in 0s

81.14% (+0.01%) compared to 13d994d

View this Pull Request on Codecov

81.14% (+0.01%) compared to 13d994d

Details

Codecov Report

Attention: Patch coverage is 66.66667% with 20 lines in your changes missing coverage. Please review.

Project coverage is 81.14%. Comparing base (13d994d) to head (978a577).
Report is 1 commits behind head on main.

Files Patch % Lines
pkg/format/rtpmjpeg/decoder.go 60.52% 9 Missing and 6 partials ⚠️
pkg/format/rtpmjpeg/header_jpeg.go 25.00% 2 Missing and 1 partial ⚠️
pkg/format/rtpmjpeg/header_quantization_table.go 87.50% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #583      +/-   ##
==========================================
+ Coverage   81.13%   81.14%   +0.01%     
==========================================
  Files         115      115              
  Lines       11554    11598      +44     
==========================================
+ Hits         9374     9411      +37     
- Misses       1773     1775       +2     
- Partials      407      412       +5     

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