MCPcopy Create free account
hub / github.com/byhook/ffmpeg4android / init_dynload

Function init_dynload

ffmpeg-single-cmd/src/main/cpp/cmdutils.c:119–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void init_dynload(void)
120{
121#ifdef _WIN32
122 /* Calling SetDllDirectory with the empty string (but not NULL) removes the
123 * current working directory from the DLL search path as a security pre-caution. */
124 SetDllDirectory("");
125#endif
126}
127
128static void (*program_exit)(int ret);
129

Callers 1

execFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected