From 93066b3b2de9f11f90b57c0e64d5fbf88d70892b Mon Sep 17 00:00:00 2001 From: andrewlewis Date: Mon, 13 Feb 2023 13:10:36 +0000 Subject: [PATCH] Remove extra Extractors heading PiperOrigin-RevId: 509196594 --- RELEASENOTES.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index d60e81ba72..d00375d0bb 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -28,11 +28,10 @@ ([#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`. - * Extractors: +* Extractors: * Throw a ParserException instead of a NullPointerException if the sample table (stbl) is missing a required sample description (stsd) when parsing trak atoms.