update(mpp): close mpp log.
This commit is contained in:
@@ -927,7 +927,7 @@ static ERRORTYPE ion_iommu_over()
|
||||
}
|
||||
#endif
|
||||
|
||||
int MPP_GLOBAL_LOG_LEVEL = OPTION_LOG_LEVEL_DEBUG;
|
||||
int MPP_GLOBAL_LOG_LEVEL = OPTION_LOG_LEVEL_WARN;
|
||||
int MPP_GLOBAL_VENC_SEI_CONFIG_LEVEL = 0;
|
||||
int MPP_GLOBAL_VENC_SEI_UPDATE_INTERVAL = 0;
|
||||
int MPP_GLOBAL_VENC_SEI_DATA_BUFFER_SIZE = 0;
|
||||
@@ -1434,7 +1434,7 @@ ERR_EXIT0:
|
||||
ERRORTYPE AW_MPI_SYS_Init(void)
|
||||
{
|
||||
ERRORTYPE eError = SUCCESS;
|
||||
MPPLogVersionInfo();
|
||||
// MPPLogVersionInfo();
|
||||
mpp_log_set_level(GetEnvMppLogLevel());
|
||||
#if (MPPCFG_DEMUXER == OPTION_DEMUXER_ENABLE)
|
||||
int cedarx_log_level = GetConfigParamterInt("log_level", 0); //only for that log_set_level() can be called to set loglevel of cedarx.conf.
|
||||
|
||||
Reference in New Issue
Block a user