Skip to content

Commit

Permalink
add non-breaking version of pion#160
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 committed Jul 16, 2023
1 parent 5d59489 commit c78a73b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packetizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ type packetizer struct {
Payloader Payloader
Sequencer Sequencer
Timestamp uint32

// Deprecated: will be removed in a future version.
ClockRate uint32

extensionNumbers struct { // put extension numbers in here. If they're 0, the extension is disabled (0 is not a legal extension number)
AbsSendTime int // http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time
}
Expand Down

0 comments on commit c78a73b

Please sign in to comment.