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

Parsing AV1 bitstreams allows us to identify frames that are not used as reference, and improve seeking or frame dropping behavior. The AV1 bitstream format is relatively quick to parse PiperOrigin-RevId: 723462680
Test data module
Provides sample data for media unit and instrumentation tests.