This commit is contained in:
Vanilagy
2025-06-18 16:43:19 +02:00
parent eef573a972
commit 7203ee776c
2 changed files with 28 additions and 1 deletions
+1 -1
View File
@@ -581,7 +581,7 @@ export abstract class BaseMediaSampleSink<
)
) {
await decodePackets();
await flushDecoder();
await flushDecoder(); // Always flush here, improves decoder compatibility
}
timestampsOfInterest.push(targetPacket.timestamp);