Skip to content

Conversation

@mickel8
Copy link
Contributor

@mickel8 mickel8 commented Dec 20, 2023

No description provided.

This was referenced Dec 20, 2023
@codecov
Copy link

codecov bot commented Dec 20, 2023

Codecov Report

Merging #45 (e9dced0) into master (9276b18) will increase coverage by 0.28%.
The diff coverage is 91.22%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
+ Coverage   87.02%   87.31%   +0.28%     
==========================================
  Files          16       18       +2     
  Lines         771      828      +57     
==========================================
+ Hits          671      723      +52     
- Misses        100      105       +5     
Files Coverage Δ
lib/ex_webrtc/rtp/vp8_payloader.ex 100.00% <ø> (ø)
lib/ex_webrtc/rtp/vp8_depayloader.ex 94.11% <94.11%> (ø)
lib/ex_webrtc/rtp/vp8_payload.ex 90.00% <90.00%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9276b18...e9dced0. Read the comment docs.

@mickel8 mickel8 requested a review from LVala December 20, 2023 20:50
Comment on lines 2 to 4
@moduledoc """
Defines VP8 payload structure stored in RTP packet payload.
"""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice to include the RFCs/specs that the vp8_x.ex modules were based on.

do: {:ok, tid, y, nil, rest}

# note that both pion and web browser always set y bit to 0 in this case
# but RFC explicitly states that y bit can be set when t is 0 and k is 1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like the previous comment, what RFC?

@mickel8 mickel8 force-pushed the ivf-writer branch 2 times, most recently from 86aad4a to 8a3d93a Compare December 21, 2023 20:22
Base automatically changed from ivf-writer to master December 21, 2023 20:24
@mickel8 mickel8 merged commit 481912b into master Dec 21, 2023
@mickel8 mickel8 deleted the vp8-depayloader branch December 21, 2023 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants