Skip to content

Commit 4e1456e

Browse files
authored
Remove AudioEncoderConfig from webcodecs.kdl
Removed AudioEncoderConfig dictionary and its members.
1 parent b54b264 commit 4e1456e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

inputfiles/patches/webcodecs.kdl

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,4 @@ removals {
3939
dictionary EncodedVideoChunkMetadata {
4040
member alphaSideData // Blink only as of 2025-12
4141
}
42-
43-
dictionary AudioEncoderConfig {
44-
// https://w3c.github.io/webcodecs/aac_codec_registration.html
45-
// Blink only as of 2024-09
46-
member aac
47-
// https://w3c.github.io/webcodecs/flac_codec_registration.html
48-
// Blink only as of 2024-09
49-
member flac
50-
}
5142
}

0 commit comments

Comments
 (0)