mirror of
https://github.com/androidx/media.git
synced 2025-04-29 22:36:54 +08:00

The version and flags are stored in a single integer, with the version in the higher 8 bits and the flags in the lower 24 bits. The version should be 1 and the flags should be 0. Surprisingly the incorrect value was ignored by many players and hence the bug was never caught. With the bug, the video does not play on `Samsung Galaxy S22 Ultra` and works well after fixing the bug. PiperOrigin-RevId: 684433371
Test data module
Provides sample data for media unit and instrumentation tests.