Commit 93066b3b by andrewlewis Committed by christosts

Remove extra Extractors heading

PiperOrigin-RevId: 509196594
parent 51929625
Showing with 1 additions and 2 deletions
...@@ -28,11 +28,10 @@ ...@@ -28,11 +28,10 @@
([#247](https://github.com/androidx/media/issues/247)). ([#247](https://github.com/androidx/media/issues/247)).
* Add `ExoPlayer.setVideoEffects()` for using `Effect` during video * Add `ExoPlayer.setVideoEffects()` for using `Effect` during video
playback. playback.
* Extractors:
* Update `SampleQueue` to store `sourceId` as a `long` rather than an * Update `SampleQueue` to store `sourceId` as a `long` rather than an
`int`. This changes the signatures of public methods `int`. This changes the signatures of public methods
`SampleQueue.sourceId` and `SampleQueue.peekSourceId`. `SampleQueue.sourceId` and `SampleQueue.peekSourceId`.
* Extractors: * Extractors:
* Throw a ParserException instead of a NullPointerException if the sample * Throw a ParserException instead of a NullPointerException if the sample
table (stbl) is missing a required sample description (stsd) when table (stbl) is missing a required sample description (stsd) when
parsing trak atoms. parsing trak atoms.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment