Loading lib_dec/ivas_dec.c +0 −6 Original line number Diff line number Diff line Loading @@ -661,16 +661,10 @@ ivas_error ivas_dec( else if ( st_ivas->ivas_format == SBA_ISM_FORMAT ) { int16_t nchan_ism, nchan_transport_ism; int16_t dirac_bs_md_write_idx; set_s( nb_bits_metadata, 0, MAX_SCE + 1 ); nchan_transport_ism = 1; dirac_bs_md_write_idx = 0; if ( st_ivas->hDirAC != NULL ) { dirac_bs_md_write_idx = st_ivas->hSpatParamRendCom->dirac_bs_md_write_idx; /* Store the write-index for this frame */ /*TODOfto:this seems not to be needed?*/ } #ifdef ENABLE_ISM_MD_CODING /* set ISM parameters and decode ISM metadata in OSBA format */ if ( ( error = ivas_osba_ism_metadata_dec( st_ivas, ivas_total_brate, &nchan_ism, &nchan_transport_ism, &nb_bits_metadata[1] ) ) != IVAS_ERR_OK ) Loading Loading
lib_dec/ivas_dec.c +0 −6 Original line number Diff line number Diff line Loading @@ -661,16 +661,10 @@ ivas_error ivas_dec( else if ( st_ivas->ivas_format == SBA_ISM_FORMAT ) { int16_t nchan_ism, nchan_transport_ism; int16_t dirac_bs_md_write_idx; set_s( nb_bits_metadata, 0, MAX_SCE + 1 ); nchan_transport_ism = 1; dirac_bs_md_write_idx = 0; if ( st_ivas->hDirAC != NULL ) { dirac_bs_md_write_idx = st_ivas->hSpatParamRendCom->dirac_bs_md_write_idx; /* Store the write-index for this frame */ /*TODOfto:this seems not to be needed?*/ } #ifdef ENABLE_ISM_MD_CODING /* set ISM parameters and decode ISM metadata in OSBA format */ if ( ( error = ivas_osba_ism_metadata_dec( st_ivas, ivas_total_brate, &nchan_ism, &nchan_transport_ism, &nb_bits_metadata[1] ) ) != IVAS_ERR_OK ) Loading