Skip to content

Commit

Permalink
Merge pull request #56 from w3c/aboba-patch-3
Browse files Browse the repository at this point in the history
Changing the interpretation if referenceScaling is absent
  • Loading branch information
aboba authored Feb 1, 2022
2 parents 3dc4b21 + 87358e4 commit bdda0f7
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 @@ -217,10 +217,10 @@ <h2>Negotiation</h2>
<p>
To determine what codecs and scalability modes an <a title="Selective Forwarding Middlebox">SFM</a> can send to the
application, the application can utilize the [[?Media-Capabilities]] API.
If {{VideoConfiguration/referenceScaling}} is set to `false`, the decoder cannot decode
If {{VideoConfiguration/referenceScaling}} is set to `false` or is absent, the decoder cannot decode
spatial scalability modes, but can decode all other
{{RTCRtpEncodingParameters/scalabilityMode}} values supported by the
encoder. If {{VideoConfiguration/referenceScaling}} is set to `true` or is absent, the
encoder. If {{VideoConfiguration/referenceScaling}} is set to `true` the
decoder can decode any {{RTCRtpEncodingParameters/scalabilityMode}}
value supported by the encoder.
</p>
Expand Down

0 comments on commit bdda0f7

Please sign in to comment.