Skip to content

Commit bb757da

Browse files
committed
Add missing metadata to VideoFrameBufferInit
1 parent 724ad87 commit bb757da

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
@@ -3379,6 +3379,8 @@
33793379
VideoColorSpaceInit colorSpace;
33803380

33813381
sequence<ArrayBuffer> transfer = [];
3382+
3383+
VideoFrameMetadata metadata;
33823384
};
33833385

33843386
dictionary VideoFrameMetadata {
@@ -3613,7 +3615,7 @@
36133615
algorithm, with |colorSpace| and {{VideoFrame/[[format]]}}, to
36143616
{{VideoFrame/[[color space]]}}.
36153617
11. Assign the result of calling [=Copy VideoFrame metadata=]
3616-
with |init|'s {{VideoFrameInit/metadata}} to
3618+
with |init|'s {{VideoFrameBufferInit/metadata}} to
36173619
|frame|.{{VideoFrame/[[metadata]]}}.
36183620
22. Return |frame|.
36193621

0 commit comments

Comments
 (0)