gpac / mp4box.js

JavaScript version of GPAC's MP4Box tool
https://gpac.github.io/mp4box.js/
BSD 3-Clause "New" or "Revised" License
1.92k stars 325 forks source link

uncC: parse as FullBox #324

Closed bradh closed 1 year ago

bradh commented 1 year ago

@dsookhoo / @dukesook can you review this?

dukesook commented 1 year ago

Good catch. The uncC box is a full box, so createFullBoxCtor() should be used instead.