diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 30884fd348..45dd91fc39 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -8,7 +8,7 @@ ([#9675](https://github.com/google/ExoPlayer/issues/9675)). * Fix track selection issue where a mixture of non-empty and empty track overrides is not applied correctly - ([#9649](https://github.com/google/ExoPlayer/issues/9649). + ([#9649](https://github.com/google/ExoPlayer/issues/9649)). * Add protected method `DefaultRenderersFactory.getCodecAdapterFactory()` so that subclasses of `DefaultRenderersFactory` that override `buildVideoRenderers()` or `buildAudioRenderers()` can access the codec @@ -17,11 +17,11 @@ * Propagate ICY header fields `name` and `genre` to `MediaMetadata.station` and `MediaMetadata.genre` respectively so that they reach the app via `Player.Listener.onMediaMetadataChanged()` - ((#9677)[https://github.com/google/ExoPlayer/issues/9677]). + ([#9677](https://github.com/google/ExoPlayer/issues/9677)). * Remove null keys from `DefaultHttpDataSource#getResponseHeaders`. * Extractors: * WAV: Add support for RF64 streams - ([#9543](https://github.com/google/ExoPlayer/issues/9543). + ([#9543](https://github.com/google/ExoPlayer/issues/9543)). * DASH: * Add parsed essential and supplemental properties to the `Representation` ([#9579](https://github.com/google/ExoPlayer/issues/9579)).