Commit 42c26da1 authored by Nishant S Kulgod's avatar Nishant S Kulgod
Browse files

commit 2

parent 35bbe937
Loading
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -1639,9 +1639,12 @@ ivas_error IVAS_ENC_EncodeFrameToSerial(
        /* set pointers to the new buffers of indices in each element */
        for ( n = 0; n < st_ivas->nSCE; n++ )
        {
            if ( !( hIvasEnc->hCoreCoder == NULL && hEncoderConfig->ivas_format == MONO_FORMAT ) && ( hEncoderConfig->element_mode_init != EVS_MONO ) )
            if ( !( hIvasEnc->hCoreCoder == NULL && hEncoderConfig->ivas_format == MONO_FORMAT ) )
            {
                if ( ( hEncoderConfig->element_mode_init != EVS_MONO ) )
                {
                    st_ivas->hSCE[n]->hCoreCoder[0]->hBstr->ind_list = st_ivas->ind_list;
                }
                st_ivas->hSCE[n]->hCoreCoder[0]->hBstr->ivas_ind_list_zero = &st_ivas->ind_list;
            }