diff --git a/codec/common/src/utils.cpp b/codec/common/src/utils.cpp index e4400472..a21b8b05 100644 --- a/codec/common/src/utils.cpp +++ b/codec/common/src/utils.cpp @@ -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; /*! *************************************************************************************