mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 02:43:48 +02:00
Fix side data not being copied when calling EncodedPacket.clone
This commit is contained in:
@@ -258,6 +258,7 @@ export class EncodedPacket {
|
||||
options?.duration ?? this.duration,
|
||||
this.sequenceNumber,
|
||||
this.byteLength,
|
||||
this.sideData,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user