Skip to content

Commit

Permalink
Trial and error
Browse files Browse the repository at this point in the history
  • Loading branch information
henbos committed Nov 21, 2024
1 parent d137450 commit 0aea1b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions base-rec.html
Original file line number Diff line number Diff line change
Expand Up @@ -11173,8 +11173,7 @@ <h4 id="methods-8">
</li>
</ol>
</div>
<div id="codecmatch-algorithm"><!-- added as anchor to new algo in revised spec --></div>
<div id="codec-match-without-level-id"><!-- amendment to the codecmatch-algorithm --></div>
<div id="codecmatch-algorithm,codec-match-without-level-id"><!-- added as anchor to new algo in revised spec --></div>
<div class="note" role="note" id="issue-container-generatedID-47"><div role="heading" class="note-title marker" id="h-note-47" aria-level="5"><span>Note</span></div><p class="">
If set, the offerer's codec preferences will decide the order
of the codecs in the offer. If the answerer does not have any
Expand Down
4 changes: 1 addition & 3 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -11438,7 +11438,7 @@ <h2>
</li>
</ol>
</div>
<div id="codecmatch-algorithm">
<div id="codecmatch-algorithm,codec-match-without-level-id">
<p> The <dfn class="export">codec dictionary match</dfn> algorithm
given two {{RTCRtpCodec}} dictionaries
<var>first</var> and <var>second</var> is as follows:
Expand Down Expand Up @@ -11467,7 +11467,6 @@ <h2>
</p>
</li>
<li>
<div id="codec-match-without-level-id">
<p>
If either (but not both) of <var>first</var>.{{RTCRtpCodec/sdpFmtpLine}}
and <var>second</var>.{{RTCRtpCodec/sdpFmtpLine}} are [= map/exist | missing =],
Expand All @@ -11477,7 +11476,6 @@ <h2>
identical if the "media format" is the same but the highest complying bitstream
level differs.
</p>
</div>
</li>
<li>
<p>
Expand Down

0 comments on commit 0aea1b3

Please sign in to comment.