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

- Fixed MidiExtractor state issues which caused seeking to behave unexpectedly. Ensures the extractor is now always in the file loading state after returning RESULT_END_OF_INPUT. - Fixed an infinite loop in MidiExtractor caused by the file data array having an initial size of 0. The extractor attempted to increase the capacity of the array by using this size of 0 in it's calculations. PiperOrigin-RevId: 455107511 (cherry picked from commit 84c43f855fd60f96b5f415dc316c1333cfdec704)
Test data module
Provides sample data for media unit and instrumentation tests.