v2.2.3
Version 2.2.3
Fix a bug in the MP4 Builder
HDLR atom:
- Use the correct atom size
- Use the correct position for the component name
- Correctly parse the component name
FTYP atom:
- Set minor version to
0x200
Video sample atom:
- Get rid of the useless encoder name
Clean dev dependencies
Replace unnecessary dev dependencies with self-written code:
- tempy
- lodash
- faker
Improvements
- Replace deprecated Buffer.slice by Buffer.subarray
- Require all atom classes statically instead of require them dynamically