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