lavf: Reset global flag on deinit
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 32da94fa7f73ac749e0a1e2f20499fad2f6f57fe) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
9a9379ff7f
commit
ee3d4e2b09
@ -4066,6 +4066,7 @@ int avformat_network_deinit(void)
|
||||
#if CONFIG_NETWORK
|
||||
ff_network_close();
|
||||
ff_tls_deinit();
|
||||
ff_network_inited_globally = 0;
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user