Skip to content

Commit 5ce4343

Browse files
committed
Fix PayloadType type
uint32 -> uint8
1 parent a572d90 commit 5ce4343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streaminfo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type StreamInfo struct {
1818
SSRCForwardErrorCorrection uint32
1919
PayloadType uint8
2020
PayloadTypeRetransmission uint8
21-
PayloadTypeForwardErrorCorrection uint32
21+
PayloadTypeForwardErrorCorrection uint8
2222
RTPHeaderExtensions []RTPHeaderExtension
2323
MimeType string
2424
ClockRate uint32

0 commit comments

Comments
 (0)