Reorder RELEASENOTES to move unreleased changes to correct section

#minor-release

PiperOrigin-RevId: 575807109
This commit is contained in:
rohks 2023-10-23 07:03:35 -07:00 committed by Copybara-Service
parent 1ba1998e8d
commit 105bdf57d8

View File

@ -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`