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 Copybara-Service
parent 0f33ef3906
commit 03328848ce

View File

@ -195,7 +195,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)).