From 341e66ceec2cf22891d1f73dd97397b39dbb915c Mon Sep 17 00:00:00 2001 From: claincly Date: Tue, 22 Jun 2021 10:53:44 +0100 Subject: [PATCH] Amend release note for https://github.com/google/ExoPlayer/commit/46bc49a4f6e8194ddb28e7b17eb775157c3e241d. PiperOrigin-RevId: 380766548 --- RELEASENOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index cd37071560..32d66cee10 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -90,6 +90,10 @@ * HLS * Forward the FRAME-RATE value from the master playlist to renditions. ([#8960](https://github.com/google/ExoPlayer/issues/8960)). +* RTSP + * Fix session description (SDP) parsing to use a HashMap-like behaviour + for duplicated attributes. + ([#9014](https://github.com/google/ExoPlayer/issues/9014)). ### 2.14.1 (2021-06-11)