w3c / webcodecs

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

Resolve VideoFrame.copyTo with the list of layout #738

Closed padenot closed 11 months ago

padenot commented 11 months ago

This fixes #510.


Preview | Diff

padenot commented 11 months ago

Both Safari and Chromium do it this way. It should be a part of the spec.

It was part of the spec, it was clear from the signature all along, but we forgot to resolve with the value when writing this.