MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / avformat_network_deinit

Function avformat_network_deinit

libavformat/utils.c:573–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571}
572
573int avformat_network_deinit(void)
574{
575#if CONFIG_NETWORK
576 ff_network_close();
577 ff_tls_deinit();
578#endif
579 return 0;
580}
581
582int ff_is_http_proto(const char *filename) {
583 const char *proto = avio_find_protocol_name(filename);

Callers 5

mainFunction · 0.85
ffmpeg_cleanupFunction · 0.85
do_exitFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 2

ff_network_closeFunction · 0.85
ff_tls_deinitFunction · 0.85

Tested by

no test coverage detected