w3c / webcodecs

WebCodecs is a flexible web API for encoding and decoding audio and video.
https://w3c.github.io/webcodecs/
Other
937 stars 131 forks source link

{Audio,Video}DecoderConfig with detached description are invalid #764

Closed padenot closed 5 months ago

padenot commented 5 months ago

This is what Chromium (at least) does. This means isConfigSupported and configure will now throw if description has been detached.

This also fixes a bug in the ImageDecoder version of this.

This fixes #762.


Preview | Diff