Skip to content
Open
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 @@ -62,4 +62,10 @@ removals {
dictionary VideoEncoderConfig {
member hevc // Blink only as of 2025-12
}

dictionary VideoEncoderEncodeOptions {
member av1 // Blink only as of 2025-12
member hevc // Blink only as of 2025-12
member vp9 // 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 @@ -253,15 +253,6 @@
"rotation": null // No implementation as of 2025-02
}
}
},
"VideoEncoderEncodeOptions": {
"members": {
"member": {
"av1": null, // Blink only as of 2025-05
"hevc": null, // No implementation as of 2025-05
"vp9": null // Blink only as of 2025-05
}
}
}
}
}
Expand Down