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

Function FFMS_SetLogLevel

src/core/ffms.cpp:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98FFMS_API(void) FFMS_SetLogLevel(int Level) {
99 av_log_set_level(Level);
100}
101
102FFMS_API(FFMS_VideoSource *) FFMS_CreateVideoSource(const char *SourceFile, int Track, FFMS_Index *Index, int Threads, int SeekMode, FFMS_ErrorInfo *ErrorInfo) {
103 try {

Callers 3

SetLogLevelFunction · 0.85
mainFunction · 0.85
FFSetLogLevelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected