Skip to content

Commit

Permalink
Merge pull request #775 from Djuffin/typos
Browse files Browse the repository at this point in the history
Add missing metadata to VideoFrameBufferInit
  • Loading branch information
Djuffin committed Apr 8, 2024
2 parents b680b00 + bb757da commit 871ccb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -3381,6 +3381,8 @@
VideoColorSpaceInit colorSpace;

sequence<ArrayBuffer> transfer = [];

VideoFrameMetadata metadata;
};

dictionary VideoFrameMetadata {
Expand Down Expand Up @@ -3615,7 +3617,7 @@
algorithm, with |colorSpace| and {{VideoFrame/[[format]]}}, to
{{VideoFrame/[[color space]]}}.
11. Assign the result of calling [=Copy VideoFrame metadata=]
with |init|'s {{VideoFrameInit/metadata}} to
with |init|'s {{VideoFrameBufferInit/metadata}} to
|frame|.{{VideoFrame/[[metadata]]}}.
22. Return |frame|.

Expand Down

0 comments on commit 871ccb3

Please sign in to comment.