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

Modify TrackOutput.sampleData() to accept SampleDataReader instead of ExtractorInput. SampleDataReader supports only read and skip calls, which all sampleData() implementations already restrict themselves to. PiperOrigin-RevId: 294905155