Commit 20d8a935 authored by Rivukanta Bhattacharya's avatar Rivukanta Bhattacharya
Browse files

Crash fix in decoder

parent 7b76fe4a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -446,7 +446,7 @@ ivas_error ivas_sba_dec_digest_tc(
#ifndef SBA_MODE_CLEAN_UP
    if ( st_ivas->hDirAC && !( st_ivas->renderer_type == RENDERER_SBA_LINEAR_DEC && st_ivas->sba_mode == SBA_MODE_DIRAC ) )
#else
    if ( st_ivas->hDirAC && !( st_ivas->renderer_type == RENDERER_SBA_LINEAR_DEC && st_ivas->ivas_format == SBA_FORMAT ) )
    if ( st_ivas->hDirAC )
#endif
    {
        ivas_dirac_dec_set_md_map( st_ivas, nCldfbSlots );