We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wpt/webcodecs/audio-encoder-config.https.any.js
Lines 51 to 56 in 1f7679a
The test checks that a bitrate of 6e9 is too big.
But the bitrate is a long long https://w3c.github.io/webcodecs/#dom-audioencoderconfig-bitrate ; and 6e9 fits in that range.
long long
Either the test should be removed or the spec amended to make it a plain long instead.
long
The text was updated successfully, but these errors were encountered:
No branches or pull requests
wpt/webcodecs/audio-encoder-config.https.any.js
Lines 51 to 56 in 1f7679a
The test checks that a bitrate of 6e9 is too big.
But the bitrate is a
long long
https://w3c.github.io/webcodecs/#dom-audioencoderconfig-bitrate ; and 6e9 fits in that range.Either the test should be removed or the spec amended to make it a plain
long
instead.The text was updated successfully, but these errors were encountered: