Fix typo of missing closing parentheses in RELEASENOTES

PiperOrigin-RevId: 597496311
This commit is contained in:
michaelkatz 2024-01-11 02:36:26 -08:00 committed by microkatz
parent 1f79a0ad93
commit 0ae7a6bd60

View file

@ -80,7 +80,7 @@ This release includes the following changes since the
([#688](https://github.com/androidx/media/issues/688)).
* Decoder Extensions (FFmpeg, VP9, AV1, MIDI, etc.):
* MIDI: Fix issue where seeking forward skips the Program Change events
([#704](https://github.com/androidx/media/issues/704).
([#704](https://github.com/androidx/media/issues/704)).
* Migrate to FFmpeg 6.0 and update supported NDK to `r26b`
([#707](https://github.com/androidx/media/pull/707),
[#867](https://github.com/androidx/media/pull/867)).