MCPcopy Create free account
hub / github.com/FFMS/ffms2 / FFSetLogLevel

Function FFSetLogLevel

src/avisynth/avisynth.cpp:335–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335static AVSValue __cdecl FFSetLogLevel(AVSValue Args, void* UserData, IScriptEnvironment* Env) {
336 FFMS_SetLogLevel(Args[0].AsInt());
337 return FFMS_GetLogLevel();
338}
339
340static AVSValue __cdecl FFGetVersion(AVSValue Args, void* UserData, IScriptEnvironment* Env) {
341 int Version = FFMS_GetVersion();

Callers

nothing calls this directly

Calls 2

FFMS_SetLogLevelFunction · 0.85
FFMS_GetLogLevelFunction · 0.85

Tested by

no test coverage detected