Integrate the lone function from logging.cpp into welsCodecTrace.cpp

This commit is contained in:
Martin Storsjö
2014-06-10 14:50:56 +03:00
parent 6e5f31214a
commit dc91e0958b
13 changed files with 4 additions and 110 deletions

View File

@@ -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;