MCPcopy Create free account
hub / github.com/audacity/audacity / ModuleDispatch

Function ModuleDispatch

modules/import-export/mod-ffmpeg/FFmpeg.cpp:358–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356BoolSetting FFmpegNotFoundDontShow{ L"/FFmpeg/NotFoundDontShow", false };
357
358DEFINE_VERSION_CHECK
359
360extern "C" DLL_API int ModuleDispatch(ModuleDispatchTypes type)
361{
362 if(type == ModuleInitialize)
363 FFmpegStartup();
364 return 1;
365}

Callers

nothing calls this directly

Calls 1

FFmpegStartupFunction · 0.85

Tested by

no test coverage detected