Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing the interpretation if referenceScaling is absent #56

Merged
merged 1 commit into from
Feb 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,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