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 H264Writer writing 0 length payloads #3033

Merged
merged 1 commit into from
Feb 11, 2025
Merged

Conversation

Sean-Der
Copy link
Member

Before we would call Write even if no bytes were available.

Before we would call Write even if no bytes were available.
Copy link

codecov bot commented Feb 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.19%. Comparing base (46565ff) to head (55d7325).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3033      +/-   ##
==========================================
+ Coverage   78.10%   78.19%   +0.08%     
==========================================
  Files          91       91              
  Lines       11125    11125              
==========================================
+ Hits         8689     8699      +10     
+ Misses       1943     1936       -7     
+ Partials      493      490       -3     
Flag Coverage Δ
go 80.07% <100.00%> (+0.09%) ⬆️
wasm 63.24% <100.00%> (+0.07%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@Sean-Der Sean-Der merged commit 1c45355 into master Feb 11, 2025
18 checks passed
@Sean-Der Sean-Der deleted the fix-h264-zero-bytes branch February 11, 2025 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant