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

Fix: ff_decode_filter_multi was Missing from funcs.json #31

Closed seflless closed 8 months ago

seflless commented 8 months ago

I'm not sure if there other missed functions in funcs.json, but without this change ff_decoder_filter_multi didn't exist on the libav instance.

Yahweasel commented 8 months ago

I'm a bit concerned because this is in a test, so how the test worked I don't know... I'll have to investigate that.

seflless commented 8 months ago

Yeah, how the test worked was a mystery to me too.