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

Function FFMS_GetLogLevel

src/core/ffms.cpp:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94FFMS_API(int) FFMS_GetLogLevel() {
95 return av_log_get_level();
96}
97
98FFMS_API(void) FFMS_SetLogLevel(int Level) {
99 av_log_set_level(Level);

Callers 5

GetLogLevelFunction · 0.85
SetLogLevelFunction · 0.85
FFGetLogLevelFunction · 0.85
FFSetLogLevelFunction · 0.85
ffms.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected