mirror of
https://github.com/aler9/gortsplib
synced 2025-10-07 16:10:59 +08:00
fix track.clone() (https://github.com/aler9/rtsp-simple-server/issues/808)
This commit is contained in:
@@ -106,6 +106,7 @@ func (t *TrackH264) clone() Track {
|
||||
payloadType: t.payloadType,
|
||||
sps: t.sps,
|
||||
pps: t.pps,
|
||||
extradata: t.extradata,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user