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

Case Sensitivity of scalability modes #33

Merged
merged 2 commits into from
Apr 24, 2020
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 @@ -156,7 +156,7 @@ <h2>Dictionary <a class="idlType">RTCRtpEncodingParameters</a> Members</h2>
"RTCRtpEncodingParameters" class="dictionary-members">
<dt><dfn data-idl>scalabilityMode</dfn> of type {{DOMString}}</dt>
<dd>
<p>An identifier of the scalability mode to be used for this stream.
<p>A case-sensitive identifier of the scalability mode to be used for this stream.
The {{RTCRtpEncodingParameters/scalabilityMode}} selected MUST be one of the scalability modes
supported for the codec, as indicated in {{RTCRtpCodecCapability}}.
Scalability modes are defined in Section 6.</p>
Expand Down Expand Up @@ -213,7 +213,7 @@ <h2>Dictionary {{RTCRtpCodecCapability}} Members</h2>
<h3>Scalability modes</h3>
<p>The scalability modes supported in this specification, as well as their associated
identifiers and characteristics, are provided in the table below. The syntax
for naming scalability modes is taken from [[AV1]] Section 6.7.5, which also
for naming scalability modes is case sensitive and is taken from [[AV1]] Section 6.7.5, which also
provides additional information on the modes, including dependency diagrams.</p>
<p>While [[AV1]] and VP9 [[VP9-PAYLOAD]] implementations can support
all the modes defined in the table, other codecs cannot. For example, VP8
Expand Down