static AVSValue __cdecl FFGetLogLevel(AVSValue Args, void* UserData, IScriptEnvironment* Env) { return FFMS_GetLogLevel(); }
static AVSValue __cdecl FFSetLogLevel(AVSValue Args, void* UserData, IScriptEnvironment* Env) { FFMS_SetLogLevel(Args[0].AsInt()); return FFMS_GetLogLevel(); }
static avxsynth::AVSValue __cdecl FFGetLogLevel(avxsynth::AVSValue Args, void* UserData, avxsynth::IScriptEnvironment* Env) { return FFMS_GetLogLevel(); }