From bf5d624b749c09d8d5253e1204edd955d75ebbc4 Mon Sep 17 00:00:00 2001
From: Dominique Hazael-Massieux
Date: Fri, 30 Aug 2024 15:28:00 +0200
Subject: [PATCH] Fix markup descriptions of amendments 31 and 47
---
amendments.json | 4 +---
base-rec.html | 6 +++---
webrtc.html | 2 +-
3 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/amendments.json b/amendments.json
index 21f0f91f4..e5c42fc1c 100644
--- a/amendments.json
+++ b/amendments.json
@@ -679,7 +679,7 @@
"id": 30
}
],
- "setcodecparameters-algorithm": [
+ "codecmatch-algorithm": [
{
"description": "Fix ambiguities in the setCodecPreferences() algorithm",
"pr": 2847,
@@ -689,7 +689,6 @@
"testUpdates": "already-tested",
"type": "correction",
"status": "candidate",
- "difftype": "append",
"id": 31
},
{
@@ -703,7 +702,6 @@
],
"type": "correction",
"status": "candidate",
- "difftype": "append",
"id": 47
}
],
diff --git a/base-rec.html b/base-rec.html
index 9ae47915b..b88c83de8 100644
--- a/base-rec.html
+++ b/base-rec.html
@@ -11102,8 +11102,7 @@
-
-
+
-
Let transceiver be the RTCRtpTransceiver
@@ -11174,7 +11173,8 @@
-
+
+
Note
If set, the offerer's codec preferences will decide the order
of the codecs in the offer. If the answerer does not have any
diff --git a/webrtc.html b/webrtc.html
index 218e53dfe..bd500b906 100644
--- a/webrtc.html
+++ b/webrtc.html
@@ -11419,7 +11419,7 @@
-
+
The codec dictionary match algorithm
given two {{RTCRtpCodec}} dictionaries
first and second is as follows: