mirror of
https://github.com/aler9/gortsplib
synced 2025-10-09 00:50:24 +08:00
fix 32bit support
This commit is contained in:
@@ -13,6 +13,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type serverStreamTrack struct {
|
type serverStreamTrack struct {
|
||||||
|
padding uint32 //nolint:structcheck,unused
|
||||||
lastSequenceNumber uint32
|
lastSequenceNumber uint32
|
||||||
lastSSRC uint32
|
lastSSRC uint32
|
||||||
lastTimeRTP uint32
|
lastTimeRTP uint32
|
||||||
|
Reference in New Issue
Block a user