Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
113
void ff_network_close(void)
114
{
115
#if HAVE_WINSOCK2_H
116
WSACleanup();
117
#endif
118
}
119
120
#if HAVE_WINSOCK2_H
121
int ff_neterrno(void)
Callers
12
avformat_network_deinit
Function · 0.85
ff_rtsp_connect
Function · 0.85
sdp_read_header
Function · 0.85
sdp_read_close
Function · 0.85
rtp_read_header
Function · 0.85
url_alloc_for_protocol
Function · 0.85
ffurl_closep
Function · 0.85
rtsp_write_close
Function · 0.85
rtsp_read_close
Function · 0.85
rtsp_listen
Function · 0.85
sap_write_close
Function · 0.85
sap_read_close
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected