diff --git a/record/ffemu.c b/record/ffemu.c index 52a3a882e6..d0e17d6b9c 100644 --- a/record/ffemu.c +++ b/record/ffemu.c @@ -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)