Commit 32da94fa authored by Vittorio Giovara's avatar Vittorio Giovara Committed by Michael Niedermayer

lavf: Reset global flag on deinit

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 45340f9f
......@@ -4136,6 +4136,7 @@ int avformat_network_deinit(void)
#if CONFIG_NETWORK
ff_network_close();
ff_tls_deinit();
ff_network_inited_globally = 0;
#endif
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment