Skip to content

Commit

Permalink
Fix PayloadType type
Browse files Browse the repository at this point in the history
uint32 -> uint8
  • Loading branch information
Sean-Der committed Oct 5, 2024
1 parent a572d90 commit 5ce4343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streaminfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type StreamInfo struct {
SSRCForwardErrorCorrection uint32
PayloadType uint8
PayloadTypeRetransmission uint8
PayloadTypeForwardErrorCorrection uint32
PayloadTypeForwardErrorCorrection uint8
RTPHeaderExtensions []RTPHeaderExtension
MimeType string
ClockRate uint32
Expand Down

0 comments on commit 5ce4343

Please sign in to comment.