Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
FFMS_API(int) FFMS_GetLogLevel() {
95
return av_log_get_level();
96
}
97
98
FFMS_API(void) FFMS_SetLogLevel(int Level) {
99
av_log_set_level(Level);
Callers
5
GetLogLevel
Function · 0.85
SetLogLevel
Function · 0.85
FFGetLogLevel
Function · 0.85
FFSetLogLevel
Function · 0.85
ffms.h
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected