mirror of
https://github.com/libretro/RetroArch
synced 2025-01-01 12:11:47 +00:00
Call avformat_network_init.
This commit is contained in:
parent
43f568b436
commit
f21fefff1f
@ -485,6 +485,7 @@ static void deinit_thread_buf(ffemu_t *handle)
|
||||
ffemu_t *ffemu_new(const struct ffemu_params *params)
|
||||
{
|
||||
av_register_all();
|
||||
avformat_network_init();
|
||||
|
||||
ffemu_t *handle = (ffemu_t*)calloc(1, sizeof(*handle));
|
||||
if (!handle)
|
||||
|
Loading…
Reference in New Issue
Block a user