Skip to content

Commit

Permalink
replace encoder with decoder and break up lines
Browse files Browse the repository at this point in the history
  • Loading branch information
fippo committed Dec 1, 2022
1 parent b1ac5cd commit df89629
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -820,12 +820,16 @@ <h3>Modifications to existing procedures</h3>
<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.[[\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 encoder is hardware-accelerated.
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.
</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.
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.
</p>
</section>
<section id="removed-features">
Expand Down

0 comments on commit df89629

Please sign in to comment.