Skip to content

Commit

Permalink
Bug 1902115 - Update VideoFrameCopyToOptions webidl r=webidl,media-pl…
Browse files Browse the repository at this point in the history
…ayback-reviewers,smaug,padenot

This patch updates the `VideoFrameCopyToOptions` webidl to meet the
changes in WebCodecs PR 754 [1].

[1] w3c/webcodecs#754

Differential Revision: https://phabricator.services.mozilla.com/D213805
  • Loading branch information
ChunMinChang committed Jul 10, 2024
1 parent f692075 commit d81a112
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dom/webidl/VideoFrame.webidl
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ dictionary VideoFrameBufferInit {
dictionary VideoFrameCopyToOptions {
DOMRectInit rect;
sequence<PlaneLayout> layout;
VideoPixelFormat format;
PredefinedColorSpace colorSpace;
};

dictionary PlaneLayout {
Expand Down

0 comments on commit d81a112

Please sign in to comment.