Commit cd5a832b 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>
(cherry picked from commit 32da94fa)
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 940b9484
......@@ -4345,6 +4345,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