File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2179
2179
< dt > < dfn dict-member for =VideoEncoderConfig > bitrate</ dfn > </ dt >
2180
2180
< dd >
2181
2181
The average bitrate of the encoded video given in units of bits per second.
2182
-
2182
+
2183
2183
NOTE: Authors are encouraged to additionally provide a
2184
2184
{{VideoEncoderConfig/framerate}} to inform rate control.
2185
2185
</ dd >
3910
3910
subsample for |plane|.
3911
3911
4. If |rect|.{{DOMRectReadOnly/x}} is not a multiple of |sampleWidth|,
3912
3912
return `false`.
3913
- 5. If |rect|.{{DOMRectReadOnly/y}} is not a multiple of |sampleHeight|,
3913
+ 5. If |rect|.{{DOMRectReadOnly/y}} is not a multiple of |sampleHeight|,
3914
3914
return `false`.
3915
3915
8. Increment |planeIndex| by `1`.
3916
3916
5. Return `true`.
4444
4444
};
4445
4445
4446
4446
dictionary VideoColorSpaceInit {
4447
- VideoColorPrimaries primaries;
4448
- VideoTransferCharacteristics transfer;
4449
- VideoMatrixCoefficients matrix;
4450
- boolean fullRange;
4447
+ VideoColorPrimaries? primaries;
4448
+ VideoTransferCharacteristics? transfer;
4449
+ VideoMatrixCoefficients? matrix;
4450
+ boolean? fullRange;
4451
4451
};
4452
4452
</ xmp >
4453
4453
You can’t perform that action at this time.
0 commit comments