diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 9b1650c8e9..884884f770 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -16,6 +16,10 @@ * Extractors: * Audio: * Video: + * Add workaround for a device issue on Galaxy Tab S7 FE, Chromecast with + Google TV, and Lenovo M10 FHD Plus that causes 60fps AVC streams to be + marked as unsupported + ([#693](https://github.com/androidx/media/issues/693)). * Text: * Metadata: * DRM: @@ -62,10 +66,6 @@ This release includes the following changes since the * Fix bug where the capabilities check for E-AC3-JOC throws an `IllegalArgumentException` ([#677](https://github.com/androidx/media/issues/677)). - * Add workaround for a device issue on Galaxy Tab S7 FE, Chromecast with - Google TV, and Lenovo M10 FHD Plus that causes 60fps AVC streams to be - marked as unsupported - ([#693](https://github.com/androidx/media/issues/693)). * Text: * Remove `ExoplayerCuesDecoder`. Text tracks with `sampleMimeType = application/x-media3-cues` are now directly handled by `TextRenderer`