You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
m4a using co64 (rather than stco) fail as there is no function to handle setting this.track.chunkOffsets so it is undefined when mdat atom tries to set the offset offset = this.track.chunkOffsets[this.chunkIndex] + this.tailOffset;
The text was updated successfully, but these errors were encountered:
jgladdenRD
changed the title
m4a demuxer is missing co64 atom
m4a demuxer fails when processing a file with co64 atom
Oct 20, 2020
m4a using co64 (rather than stco) fail as there is no function to handle setting this.track.chunkOffsets so it is undefined when mdat atom tries to set the offset
offset = this.track.chunkOffsets[this.chunkIndex] + this.tailOffset;
The text was updated successfully, but these errors were encountered: