Skip to content

Commit

Permalink
Fix scaleResolutionDownBy explanatory prose to match normative algori…
Browse files Browse the repository at this point in the history
…thm.
  • Loading branch information
jan-ivar committed Mar 10, 2023
1 parent 21bd2c7 commit 61fad8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -9752,8 +9752,8 @@ <h2>
dimension, resulting in sending a video of one quarter the
size. If the value is 1.0, the video will not be affected.
The value must be greater than or equal to 1.0. By default,
scaling is applied by a factor of two to the power of the
layer's number, in order of smaller to higher resolutions,
scaling is applied in reverse order by a factor of two, to
produce an order of smaller to higher resolutions,
e.g. 4:2:1. If there is only one layer, the sender will by
default not apply any scaling, (i.e.
{{RTCRtpEncodingParameters/scaleResolutionDownBy}} will be
Expand Down

0 comments on commit 61fad8f

Please sign in to comment.