Skip to content

Commit 62ae796

Browse files
committed
Migrate VideoEncoderConfig
1 parent cc4ee87 commit 62ae796

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

inputfiles/patches/webcodecs.kdl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,8 @@ removals {
5858
member metadata // No implementation as of 2025-12. Linked to VideoFrame.metadata()
5959
member rotation // Blink only as of 2025-12
6060
}
61+
62+
dictionary VideoEncoderConfig {
63+
member hevc // Blink only as of 2025-12
64+
}
6165
}

inputfiles/removedTypes.jsonc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -254,13 +254,6 @@
254254
}
255255
}
256256
},
257-
"VideoEncoderConfig": {
258-
"members": {
259-
"member": {
260-
"hevc": null // Blink only as of 2025-05
261-
}
262-
}
263-
},
264257
"VideoEncoderEncodeOptions": {
265258
"members": {
266259
"member": {

0 commit comments

Comments
 (0)