From ed15b15d245b439405d6cecf79d435eec5780222 Mon Sep 17 00:00:00 2001 From: jbibik Date: Fri, 18 Aug 2023 15:04:21 +0100 Subject: [PATCH] Clean up of RELEASENOTES #minor-release PiperOrigin-RevId: 558135984 (cherry picked from commit 271bf7a56ef9fe16d17ae24db5b507ce03bdc37e) --- RELEASENOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index e00161d2d2..3388ab42e9 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -45,7 +45,7 @@ This release includes the following changes since (([#33](https://github.com/androidx/media/issues/33)),([#9978](https://github.com/google/ExoPlayer/issues/9978))). * Rename `MimeTypes.TEXT_EXOPLAYER_CUES` to `MimeTypes.APPLICATION_MEDIA3_CUES`. - * Add `PngExtractor` that sends and reads a whole png file into the the + * Add `PngExtractor` that sends and reads a whole PNG file into the `TrackOutput` as one sample. * Enhance `SequenceableLoader.continueLoading(long)` method in the `SequenceableLoader` interface to @@ -77,7 +77,7 @@ This release includes the following changes since implementation details of an `Extractor` you must first call `Extractor.getUnderlyingInstance`. * Audio: - * Add support for 24/32-bit big endian PCM in MP4 and Matroska, and parse + * Add support for 24/32-bit big-endian PCM in MP4 and Matroska, and parse PCM encoding for `lpcm` in MP4. * Add support for extracting Vorbis audio in MP4. * Audio Offload: