diff --git a/src/parsing/dfLa.js b/src/parsing/dfLa.js index fc2bd248..cc1480a1 100644 --- a/src/parsing/dfLa.js +++ b/src/parsing/dfLa.js @@ -14,9 +14,6 @@ BoxParser.createFullBoxCtor("dfLa", function(stream) { "RESERVED" ]; - // dfLa is a FullBox - this.parseFullHeader(stream); - // for (i=0; ; i++) { // to end of box do { var flagAndType = stream.readUint8(); diff --git a/src/parsing/sampleentries/sampleentry.js b/src/parsing/sampleentries/sampleentry.js index b963be89..e2c18ac3 100644 --- a/src/parsing/sampleentries/sampleentry.js +++ b/src/parsing/sampleentries/sampleentry.js @@ -104,6 +104,7 @@ BoxParser.createSampleEntryCtor(BoxParser.SAMPLE_ENTRY_TYPE_AUDIO, "mha1"); BoxParser.createSampleEntryCtor(BoxParser.SAMPLE_ENTRY_TYPE_AUDIO, "mha2"); BoxParser.createSampleEntryCtor(BoxParser.SAMPLE_ENTRY_TYPE_AUDIO, "mhm1"); BoxParser.createSampleEntryCtor(BoxParser.SAMPLE_ENTRY_TYPE_AUDIO, "mhm2"); +BoxParser.createSampleEntryCtor(BoxParser.SAMPLE_ENTRY_TYPE_AUDIO, "fLaC"); // Encrypted sample entries BoxParser.createEncryptedSampleEntryCtor(BoxParser.SAMPLE_ENTRY_TYPE_VISUAL, "encv");