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

Extractor was not calling endTracks() and seekMap() on the extractorOutput which are required to finish the preparation. At that point extractor does not support seeking. PiperOrigin-RevId: 393994848