Skip to content

Commit a244dbd

Browse files
Bashamegasaschanaz
andauthored
Migrate VideoEncoderEncodeOptions to KDL (#2341)
Co-authored-by: saschanaz <saschanaz@users.noreply.github.com>
1 parent 2ce135a commit a244dbd

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

inputfiles/patches/webcodecs.kdl

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,20 @@ removals {
6060
}
6161

6262
dictionary VideoEncoderConfig {
63-
member hevc // Blink only as of 2025-12
63+
// https://w3c.github.io/webcodecs/hevc_codec_registration.html
64+
// Blink only as of 2025-12
65+
member hevc
66+
}
67+
68+
dictionary VideoEncoderEncodeOptions {
69+
// https://w3c.github.io/webcodecs/av1_codec_registration.html
70+
// Blink only as of 2025-12
71+
member av1
72+
// https://w3c.github.io/webcodecs/hevc_codec_registration.html
73+
// Blink only as of 2025-12
74+
member hevc
75+
// https://w3c.github.io/webcodecs/vp9_codec_registration.html
76+
// Blink only as of 2025-12
77+
member vp9
6478
}
6579
}

inputfiles/removedTypes.jsonc

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -253,15 +253,6 @@
253253
"rotation": null // No implementation as of 2025-02
254254
}
255255
}
256-
},
257-
"VideoEncoderEncodeOptions": {
258-
"members": {
259-
"member": {
260-
"av1": null, // Blink only as of 2025-05
261-
"hevc": null, // No implementation as of 2025-05
262-
"vp9": null // Blink only as of 2025-05
263-
}
264-
}
265256
}
266257
}
267258
}

0 commit comments

Comments
 (0)