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

VideoFrameBufferInit metadata field missing #773

Closed Yahweasel closed 1 month ago

Yahweasel commented 7 months ago

The constructor for ArrayBuffer construction of a VideoFrame implies in step 21.11 that init should have a metadata field, but the linked metadata field is in VideoFrameInit, not VideoFrameBufferInit, and this field is missing in VideoFrameBufferInit.

Irrelevant since metadata isn't actually used anywhere, but, uhh, there it is :shrug:

padenot commented 1 month ago

Merged -- closing this.