w3c / webcodecs

WebCodecs is a flexible web API for encoding and decoding audio and video.

Home Page:https://w3c.github.io/webcodecs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VideoFrameBufferInit metadata field missing

Yahweasel opened this issue · comments

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 🤷