Commit cea27718 authored by TYAGIRIS's avatar TYAGIRIS
Browse files

minor change to PCA decoder call

parent 4658aaf9
Loading
Loading
Loading
Loading
Loading
+1 −11
Original line number Diff line number Diff line
@@ -352,17 +352,7 @@ ivas_error ivas_dec(

                if ( st_ivas->hSpar->hPCA != NULL )
                {
                    int16_t num_in_ingest;
                    if ( st_ivas->hSpar->hMdDec->td_decorr_flag )
                    {
                        num_in_ingest = ivas_sba_get_nchan_metadata( st_ivas->sba_analysis_order );
                        ;
                    }
                    else
                    {
                        num_in_ingest = st_ivas->hSpar->hMdDec->spar_md_cfg.nchan_transport;
                    }
                    ivas_pca_dec( st_ivas->hSpar->hPCA, output_frame, num_in_ingest, st_ivas->hDecoderConfig->ivas_total_brate, st_ivas->hDecoderConfig->last_ivas_total_brate, st_ivas->bfi, output );
                    ivas_pca_dec( st_ivas->hSpar->hPCA, output_frame, st_ivas->hSpar->hMdDec->spar_md_cfg.nchan_transport, st_ivas->hDecoderConfig->ivas_total_brate, st_ivas->hDecoderConfig->last_ivas_total_brate, st_ivas->bfi, output );
                }

#endif