Skip to content

Commit de8f117

Browse files
authored
Update AudioEncoderConfig in webcodecs.kdl
Removed aac member and updated flac comment for AudioEncoderConfig.
1 parent 5556cad commit de8f117

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

inputfiles/patches/webcodecs.kdl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,8 @@ removals {
4141
}
4242

4343
dictionary AudioEncoderConfig {
44-
// https://w3c.github.io/webcodecs/aac_codec_registration.html
45-
// Blink only as of 2024-09
46-
member aac
4744
// https://w3c.github.io/webcodecs/flac_codec_registration.html
48-
// Blink only as of 2024-09
45+
// Blink only as of 2025-12
4946
member flac
5047
}
5148
}

0 commit comments

Comments
 (0)