Loading lib_dec/ivas_init_dec.c +1 −5 Original line number Diff line number Diff line Loading @@ -1890,11 +1890,7 @@ ivas_error ivas_init_decoder( } } if ( ( st_ivas->renderer_type == RENDERER_DIRAC #ifdef OBJ_EDITING_PARAMISM || st_ivas->renderer_type == RENDERER_DISABLE #endif ) && if ( ( st_ivas->renderer_type == RENDERER_DIRAC ) && ( st_ivas->ism_mode == ISM_MASA_MODE_MASA_ONE_OBJ || st_ivas->ism_mode == ISM_MASA_MODE_PARAM_ONE_OBJ || st_ivas->ism_mode == ISM_MASA_MODE_DISC ) ) { /* Allocate 'hIsmRendererData' handle and memory for delay buffer within 'hMasaIsmData' */ Loading Loading
lib_dec/ivas_init_dec.c +1 −5 Original line number Diff line number Diff line Loading @@ -1890,11 +1890,7 @@ ivas_error ivas_init_decoder( } } if ( ( st_ivas->renderer_type == RENDERER_DIRAC #ifdef OBJ_EDITING_PARAMISM || st_ivas->renderer_type == RENDERER_DISABLE #endif ) && if ( ( st_ivas->renderer_type == RENDERER_DIRAC ) && ( st_ivas->ism_mode == ISM_MASA_MODE_MASA_ONE_OBJ || st_ivas->ism_mode == ISM_MASA_MODE_PARAM_ONE_OBJ || st_ivas->ism_mode == ISM_MASA_MODE_DISC ) ) { /* Allocate 'hIsmRendererData' handle and memory for delay buffer within 'hMasaIsmData' */ Loading