v2.3.0
Version 2.3.0
Basic implementation of empty edits
Add an ability to support empty edits at the beginning of audio and video tracks. If a track is started with a delay, it's reflected in the edts
and elst
atoms. This is a basic implementation of these atoms support in MP4 parser and builder classes.
MDHD atom improvement
- Take into account version 1 in the build method.
- Cover this atom with unit tests.