mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

The actual csd data contains NAL units so it should always start with a NAL unit start code (00 00 00 01). This issue was not caught before because in the code there was no validation to check whether its a valid NAL unit. PiperOrigin-RevId: 524849867
Test data module
Provides sample data for media unit and instrumentation tests.