Make internal logging variables static

This avoids polluting the global namespace.
This commit is contained in:
Martin Storsjö 2014-06-10 09:28:45 +03:00
parent ab4fe3fdf4
commit ba1de16ac2

View File

@ -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;
/*!
*************************************************************************************