Skip to content

Commit

Permalink
add missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
fippo committed Dec 1, 2022
1 parent df89629 commit 5b99b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -822,14 +822,14 @@ <h3>Modifications to existing procedures</h3>
right after the step that sets transceiver.[[\Receiver]].[[\ReceiveCodecs]],
saying "If the RTCRtpReceiver's {{RTCRtpReceiver/[[HardwareDisabled]]}} slot is <code>true</code>,
remove any codec from transceiver.[[\Receiver]].[[\ReceiveCodecs]] for which the underlying decoder
is hardware-accelerated.
is hardware-accelerated".
</p>
<p>
In the <a data-cite="WEBRTC#set-description">set a session description</a> algorithm, add a step
right after the step that sets transceiver.[[\Sender]].[[\SendCodecs]],
saying "If the RTCRtpSender's {{RTCRtpSender/[[HardwareDisabled]]}} slot is <code>true</code>,
remove any codec from transceiver.[[\Sender]].[[\SendCodecs]] for which the underlying encoder
is hardware-accelerated.
is hardware-accelerated".
</p>
</section>
<section id="removed-features">
Expand Down

0 comments on commit 5b99b64

Please sign in to comment.