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

Clarify meaning of spatialScalability #218

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
10 changes: 6 additions & 4 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -464,10 +464,12 @@ spec: encrypted-media-draft; for: EME; urlPrefix: https://w3c.github.io/encrypte
member represents the ability to do spatial prediction, that is,
using frames of a resolution different than the current resolution as
dependencies. If absent, spatialScalability will default to
<code>false</code>. spatialScalability is closely coupled to
{{VideoConfiguration/scalabilityMode}} in the sense that streams encoded
with modes using spatial scalability (e.g. "L2T1") can only be decoded
if spatialScalability is supported. spatialScalability is only
<code>false</code>. If spatialScalability is set to <code>true</code>,
the decoder can decode any {{VideoConfiguration/scalabilityMode}}
that the encoder can encode for the configured codec. If spatialScalability
is set to <code>false</code>, the decoder cannot decode spatial scalability
modes, but can decode all other {{VideoConfiguration/scalabilityMode}} values
that the encoder can encode for the configured codec. spatialScalability is only
applicable to {{MediaDecodingConfiguration}} for types {{media-source}},
{{file}}, and {{MediaDecodingType/webrtc}}.
</p>
Expand Down
Loading