Commit 0fff3dd3 authored by vaclav's avatar vaclav
Browse files

correct check against NULL

parent b36f5f6e
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -331,7 +331,7 @@ ivas_error ivas_jbm_dec_tc(

        /* Set the number of objects for the parametric rendering */
        dirac_bs_md_write_idx = 0;
        if ( st_ivas->hDirAC != NULL )
        if ( st_ivas->hSpatParamRendCom != NULL )
        {
            st_ivas->hSpatParamRendCom->numIsmDirections = 0;
            if ( st_ivas->ism_mode != ISM_MASA_MODE_DISC && st_ivas->ism_mode != ISM_MASA_MODE_MASA_ONE_OBJ )