File tree Expand file tree Collapse file tree 2 files changed +15
-10
lines changed
Expand file tree Collapse file tree 2 files changed +15
-10
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments