Loading lib_util/render_config_reader.c +3 −1 Original line number Diff line number Diff line Loading @@ -1347,7 +1347,9 @@ ivas_error RenderConfigReader_open( pSelf = calloc( sizeof( RenderConfigReader ), 1 ); pSelf->pConfigFile = pConfigFile; #ifdef CONTROL_METADATA_REVERB pSelf->nFG = 0; pSelf->pFG = NULL; pSelf->nAE = 0; pSelf->pAE = NULL; #endif Loading Loading
lib_util/render_config_reader.c +3 −1 Original line number Diff line number Diff line Loading @@ -1347,7 +1347,9 @@ ivas_error RenderConfigReader_open( pSelf = calloc( sizeof( RenderConfigReader ), 1 ); pSelf->pConfigFile = pConfigFile; #ifdef CONTROL_METADATA_REVERB pSelf->nFG = 0; pSelf->pFG = NULL; pSelf->nAE = 0; pSelf->pAE = NULL; #endif Loading