Yahweasel / libav.js

This is a compilation of the libraries associated with handling audio and video in ffmpeg—libavformat, libavcodec, libavfilter, libavutil, libswresample, and libswscale—for emscripten, and thus the web.
288 stars 18 forks source link

Update libav.types.in.d.ts with onblockread #25

Closed marcello3d closed 1 year ago

Yahweasel commented 1 year ago

length is never (or at least should never be) undefined. It's just the exact length that the program requested. You can ignore it, but it'll always be defined.