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

Function ff_network_init

libavformat/network.c:55–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55int ff_network_init(void)
56{
57#if HAVE_WINSOCK2_H
58 WSADATA wsaData;
59
60 if (WSAStartup(MAKEWORD(1,1), &wsaData))
61 return 0;
62#endif
63 return 1;
64}
65
66int ff_network_wait_fd(int fd, int write)
67{

Callers 8

avformat_network_initFunction · 0.85
ff_rtsp_connectFunction · 0.85
sdp_read_headerFunction · 0.85
rtp_read_headerFunction · 0.85
url_alloc_for_protocolFunction · 0.85
rtsp_listenFunction · 0.85
sap_write_headerFunction · 0.85
sap_read_headerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected