ennuicastr / libavjs-webcodecs-polyfill

A polyfill for the WebCodecs API. No, really.
82 stars 8 forks source link

Use OffscreenCanvas if possible in VideoFrame #18

Closed wetheredge closed 1 year ago

wetheredge commented 1 year ago

Allows using VideoFrame in Workers, where document.createElement does not exist.

Yahweasel commented 1 year ago

Slight fix from me, but otherwise LGTM, merging.