Make internal logging variables static
This avoids polluting the global namespace.
This commit is contained in:
parent
ab4fe3fdf4
commit
ba1de16ac2
@ -48,8 +48,8 @@ float WelsCalcPsnr (const void* kpTarPic,
|
||||
const int32_t kiHeight);
|
||||
|
||||
|
||||
iWelsLogLevel g_iLevelLog = WELS_LOG_DEFAULT; // default log iLevel
|
||||
PWelsLogCallbackFunc wlog;
|
||||
static iWelsLogLevel g_iLevelLog = WELS_LOG_DEFAULT; // default log iLevel
|
||||
static PWelsLogCallbackFunc wlog;
|
||||
|
||||
/*!
|
||||
*************************************************************************************
|
||||
|
Loading…
x
Reference in New Issue
Block a user