From 03328848ce4e6bbced000bdb504e45bec5cc0e2d Mon Sep 17 00:00:00 2001 From: michaelkatz Date: Thu, 11 Jan 2024 02:36:26 -0800 Subject: [PATCH] Fix typo of missing closing parentheses in RELEASENOTES PiperOrigin-RevId: 597496311 --- RELEASENOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index e3a7bb9f13..9d84efea26 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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)).