mirror of
https://github.com/androidx/media.git
synced 2025-05-05 06:30:24 +08:00

Since mdat box can be huge so there is a provision to use 64 bit size field. In case of fragmented MP4, individual fragments should not have large mdat box so a 32 bit size field should be sufficient. PiperOrigin-RevId: 599219041
Test data module
Provides sample data for media unit and instrumentation tests.