mirror of
https://github.com/codedread/bitjs
synced 2025-10-04 18:19:15 +02:00
codecs: Properly detect Matroska audio/video. Add codec support for AV1 video and DTS audio. Bump to 1.1.4.
This commit is contained in:
parent
96a74d910c
commit
bb0f40394e
7 changed files with 213 additions and 137 deletions
|
@ -32,7 +32,7 @@ export class BitBuffer {
|
|||
*/
|
||||
constructor(numBytes, mtl = false) {
|
||||
if (typeof numBytes != typeof 1 || numBytes <= 0) {
|
||||
throw "Error! ByteBuffer initialized with '" + numBytes + "'";
|
||||
throw "Error! BitBuffer initialized with '" + numBytes + "'";
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue