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

Function init_dynload

fftools/cmdutils.c:75–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void init_dynload(void)
76{
77#if HAVE_SETDLLDIRECTORY && defined(_WIN32)
78 /* Calling SetDllDirectory with the empty string (but not NULL) removes the
79 * current working directory from the DLL search path as a security pre-caution. */
80 SetDllDirectory("");
81#endif
82}
83
84int parse_number(const char *context, const char *numstr, enum OptionType type,
85 double min, double max, double *dst)

Callers 3

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected