Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FFmpeg/FFmpeg
/ ff_tls_init
Function
ff_tls_init
libavformat/network.c:36–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
#include
"libavutil/time.h"
35
36
int ff_tls_init(void)
37
{
38
#if CONFIG_TLS_PROTOCOL
39
#if CONFIG_GNUTLS
40
ff_gnutls_init();
41
#endif
42
#endif
43
return 0;
44
}
45
46
void ff_tls_deinit(void)
47
{
Callers
1
avformat_network_init
Function · 0.85
Calls
1
ff_gnutls_init
Function · 0.85
Tested by
no test coverage detected