We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4ee87 commit 62ae796Copy full SHA for 62ae796
inputfiles/patches/webcodecs.kdl
@@ -58,4 +58,8 @@ removals {
58
member metadata // No implementation as of 2025-12. Linked to VideoFrame.metadata()
59
member rotation // Blink only as of 2025-12
60
}
61
+
62
+ dictionary VideoEncoderConfig {
63
+ member hevc // Blink only as of 2025-12
64
+ }
65
inputfiles/removedTypes.jsonc
@@ -254,13 +254,6 @@
254
255
256
},
257
- "VideoEncoderConfig": {
258
- "members": {
259
- "member": {
260
- "hevc": null // Blink only as of 2025-05
261
- }
262
263
- },
264
"VideoEncoderEncodeOptions": {
265
"members": {
266
"member": {
0 commit comments