Integrate the lone function from logging.cpp into welsCodecTrace.cpp
This commit is contained in:
@@ -44,9 +44,12 @@
|
||||
#include "welsCodecTrace.h"
|
||||
#include "utils.h"
|
||||
|
||||
#include "logging.h"
|
||||
|
||||
|
||||
static void welsStderrTrace (void* ctx, int level, const char* string) {
|
||||
fprintf (stderr, "%s", string);
|
||||
}
|
||||
|
||||
welsCodecTrace::welsCodecTrace() {
|
||||
|
||||
m_iTraceLevel = WELS_LOG_DEFAULT;
|
||||
|
||||
Reference in New Issue
Block a user