Commit 4cc3c105 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix msan error with OMASA conditions

parent 7e3954a6
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -994,10 +994,10 @@ ivas_error IVAS_DEC_FeedFrame_Serial(

    if ( hIvasDec->st_ivas->hIsmRendererData != NULL )
    {
        if ( hIvasDec->st_ivas->ivas_format == ISM_FORMAT || hIvasDec->st_ivas->ivas_format == SBA_ISM_FORMAT )
        if ( hIvasDec->st_ivas->ivas_format == ISM_FORMAT || hIvasDec->st_ivas->ivas_format == MASA_ISM_FORMAT || hIvasDec->st_ivas->ivas_format == SBA_ISM_FORMAT )
        {
#ifdef OBJ_EDITING_PARAMISM
            if ( hIvasDec->st_ivas->ism_mode == ISM_MODE_DISC || hIvasDec->st_ivas->ism_mode == ISM_SBA_MODE_DISC )
            if ( hIvasDec->st_ivas->ism_mode == ISM_MODE_DISC || hIvasDec->st_ivas->ism_mode == ISM_MASA_MODE_DISC || hIvasDec->st_ivas->ism_mode == ISM_SBA_MODE_DISC )
#endif
            {
                int16_t obj;