Skip to content

Commit 724ad87

Browse files
Yahweaselpadenot
authored andcommitted
In the VideoFrame buffer constructor, init.layout, not options.layout
This is presumably just a typo from copying from copyTo.
1 parent e979025 commit 724ad87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3530,7 +3530,7 @@
35303530
|init|.{{VideoFrameBufferInit/format}}.
35313531
6. If |parsedRect| is an exception, return |parsedRect|.
35323532
7. Let |optLayout| be `undefined`.
3533-
8. If |options|.{{VideoFrameBufferInit/layout}} [=map/exists=], assign its value
3533+
8. If |init|.{{VideoFrameBufferInit/layout}} [=map/exists=], assign its value
35343534
to |optLayout|.
35353535
9. Let |combinedLayout| be the result of running the [=VideoFrame/Compute
35363536
Layout and Allocation Size=] algorithm with |parsedRect|,

0 commit comments

Comments
 (0)