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

Function FFMS_Init

src/core/ffms.cpp:79–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77#endif
78
79FFMS_API(void) FFMS_Init(int, int) {
80 std::call_once(FFmpegOnce, []() {
81#ifdef FFMS_WIN_DEBUG
82 av_log_set_callback(av_log_windebug_callback);
83 av_log_set_level(AV_LOG_INFO);
84#else
85 av_log_set_level(AV_LOG_QUIET);
86#endif
87 });
88}
89
90FFMS_API(int) FFMS_GetVersion() {
91 return FFMS_VERSION;

Callers 9

SetUpMethod · 0.85
SetUpMethod · 0.85
SetUpMethod · 0.85
CreateIndexFunction · 0.85
CreateSourceFunction · 0.85
mainFunction · 0.85
CreateFFIndexFunction · 0.85
CreateFFVideoSourceFunction · 0.85
CreateFFAudioSourceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected