Loading lib_dec/ivas_masa_dec.c +10 −10 Original line number Diff line number Diff line Loading @@ -419,10 +419,10 @@ ivas_error ivas_masa_decode( if ( st_ivas->hDecoderConfig->output_config == IVAS_AUDIO_CONFIG_EXTERNAL && ( st_ivas->ivas_format == MASA_FORMAT || st_ivas->ivas_format == MASA_ISM_FORMAT ) ) #else if ( st_ivas->hDecoderConfig->output_config == IVAS_AUDIO_CONFIG_EXTERNAL ) #endif { index_16bits( hQMetaData, hMasa->data.sph_grid16 ); } #endif /* If LBR mode is not disabled, then we restore metadata to 5 bands and 4 subframes based on the LBR mode. */ if ( low_bitrate_mode != -1 ) Loading Loading
lib_dec/ivas_masa_dec.c +10 −10 Original line number Diff line number Diff line Loading @@ -419,10 +419,10 @@ ivas_error ivas_masa_decode( if ( st_ivas->hDecoderConfig->output_config == IVAS_AUDIO_CONFIG_EXTERNAL && ( st_ivas->ivas_format == MASA_FORMAT || st_ivas->ivas_format == MASA_ISM_FORMAT ) ) #else if ( st_ivas->hDecoderConfig->output_config == IVAS_AUDIO_CONFIG_EXTERNAL ) #endif { index_16bits( hQMetaData, hMasa->data.sph_grid16 ); } #endif /* If LBR mode is not disabled, then we restore metadata to 5 bands and 4 subframes based on the LBR mode. */ if ( low_bitrate_mode != -1 ) Loading