Skip to content
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
12 changes: 6 additions & 6 deletions index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -2176,7 +2176,7 @@
<dt><dfn dict-member for=VideoEncoderConfig>bitrate</dfn></dt>
<dd>
The average bitrate of the encoded video given in units of bits per second.

NOTE: Authors are encouraged to additionally provide a
{{VideoEncoderConfig/framerate}} to inform rate control.
</dd>
Expand Down Expand Up @@ -3871,7 +3871,7 @@
subsample for |plane|.
4. If |rect|.{{DOMRectReadOnly/x}} is not a multiple of |sampleWidth|,
return `false`.
5. If |rect|.{{DOMRectReadOnly/y}} is not a multiple of |sampleHeight|,
5. If |rect|.{{DOMRectReadOnly/y}} is not a multiple of |sampleHeight|,
return `false`.
8. Increment |planeIndex| by `1`.
5. Return `true`.
Expand Down Expand Up @@ -4405,10 +4405,10 @@
};

dictionary VideoColorSpaceInit {
VideoColorPrimaries primaries;
VideoTransferCharacteristics transfer;
VideoMatrixCoefficients matrix;
boolean fullRange;
VideoColorPrimaries? primaries;
VideoTransferCharacteristics? transfer;
VideoMatrixCoefficients? matrix;
boolean? fullRange;
};
</xmp>

Expand Down