This commit is contained in:
aler9
2022-02-01 19:09:56 +01:00
parent 5cf71f59d8
commit 0c9bd7a575
5 changed files with 35 additions and 5 deletions

View File

@@ -106,6 +106,7 @@ func (t *TrackH264) clone() Track {
payloadType: t.payloadType,
sps: t.sps,
pps: t.pps,
extradata: t.extradata,
}
}