jscodec / jsvpx

Full Javascript implementation of libvpx vp8 decoder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Put decode logic on a worker thread for benchmark tool

brianxautumn opened this issue · comments

commented

Need to move the decoding to a worker to stop blocking the main thread