audio-algo-speex/audio/algo/speex/debug.cpp

15 lines
285 B
C++
Raw Normal View History

/** @file
* @author Edouard DUPIN
* @copyright 2011, Edouard DUPIN, all right reserved
* @license MPL v2.0 (see license file)
*/
2016-10-02 21:24:13 +02:00
#include "debug.hpp"
int32_t audio::algo::speex::getLogId() {
static int32_t g_val = elog::registerInstance("audio-algo-speex");
return g_val;
}