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

Function ff_network_close

libavformat/network.c:113–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void ff_network_close(void)
114{
115#if HAVE_WINSOCK2_H
116 WSACleanup();
117#endif
118}
119
120#if HAVE_WINSOCK2_H
121int ff_neterrno(void)

Callers 12

avformat_network_deinitFunction · 0.85
ff_rtsp_connectFunction · 0.85
sdp_read_headerFunction · 0.85
sdp_read_closeFunction · 0.85
rtp_read_headerFunction · 0.85
url_alloc_for_protocolFunction · 0.85
ffurl_closepFunction · 0.85
rtsp_write_closeFunction · 0.85
rtsp_read_closeFunction · 0.85
rtsp_listenFunction · 0.85
sap_write_closeFunction · 0.85
sap_read_closeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected