Skip to content

Commit 871ccb3

Browse files
authored
Merge pull request #775 from Djuffin/typos
Add missing metadata to VideoFrameBufferInit
2 parents b680b00 + bb757da commit 871ccb3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

index.src.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3381,6 +3381,8 @@
33813381
VideoColorSpaceInit colorSpace;
33823382

33833383
sequence<ArrayBuffer> transfer = [];
3384+
3385+
VideoFrameMetadata metadata;
33843386
};
33853387

33863388
dictionary VideoFrameMetadata {
@@ -3615,7 +3617,7 @@
36153617
algorithm, with |colorSpace| and {{VideoFrame/[[format]]}}, to
36163618
{{VideoFrame/[[color space]]}}.
36173619
11. Assign the result of calling [=Copy VideoFrame metadata=]
3618-
with |init|'s {{VideoFrameInit/metadata}} to
3620+
with |init|'s {{VideoFrameBufferInit/metadata}} to
36193621
|frame|.{{VideoFrame/[[metadata]]}}.
36203622
22. Return |frame|.
36213623

0 commit comments

Comments
 (0)