mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 19:03:46 +02:00
Fix invalid Vorbis description for Ogg demuxer
This commit is contained in:
@@ -192,7 +192,7 @@ export class OggDemuxer extends Demuxer {
|
||||
1 + lacingValues.length
|
||||
+ firstPacket.data.length + secondPacket.data.length + thirdPacket.data.length,
|
||||
);
|
||||
description[0] = lacingValues.length;
|
||||
description[0] = 2; // Num entries in the segment table
|
||||
description.set(
|
||||
lacingValues, 1,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user