Remove extra Extractors heading

PiperOrigin-RevId: 509196594
This commit is contained in:
andrewlewis 2023-02-13 13:10:36 +00:00 committed by christosts
parent 51929625cf
commit 93066b3b2d

View File

@ -28,7 +28,6 @@
([#247](https://github.com/androidx/media/issues/247)).
* Add `ExoPlayer.setVideoEffects()` for using `Effect` during video
playback.
* Extractors:
* Update `SampleQueue` to store `sourceId` as a `long` rather than an
`int`. This changes the signatures of public methods
`SampleQueue.sourceId` and `SampleQueue.peekSourceId`.