Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions inputfiles/patches/webcodecs.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,10 @@ removals {
member rotation // Blink only as of 2025-12
member transfer // Blink only as of 2025-12
}

dictionary VideoFrameInit {
member flip // Blink only as of 2025-12
member metadata // No implementation as of 2025-12. Linked to VideoFrame.metadata()
member rotation // Blink only as of 2025-12
}
}
9 changes: 0 additions & 9 deletions inputfiles/removedTypes.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -373,15 +373,6 @@
"vp9": null // Blink only as of 2025-05
}
}
},
"VideoFrameInit": {
"members": {
"member": {
"flip": null, // No implementation as of 2024-11
"metadata": null, // No implementation as of 2024-11. Linked to VideoFrame.metadata()
"rotation": null // No implementation as of 2024-11
}
}
}
}
},
Expand Down