Loading lib_dec/ivas_dec.c +15 −5 Original line number Diff line number Diff line Loading @@ -119,13 +119,23 @@ ivas_error ivas_dec( output_frame = (int16_t) ( output_Fs / FRAMES_PER_SEC ); #ifdef OSBA_EXT_OUT if ( st_ivas->ivas_format == SBA_ISM_FORMAT && output_config == AUDIO_CONFIG_EXTERNAL ) { for ( n = 0; n < nchan_out; n++ ) #else for ( n = 0; n < MAX_OUTPUT_CHANNELS; n++ ) { p_output[n] = &output[n][0]; } } else { #endif for ( n = 0; n < MAX_OUTPUT_CHANNELS; n++ ) { p_output[n] = &output[n][0]; } #ifdef OSBA_EXT_OUT } #endif /*----------------------------------------------------------------* * Combine orientations Loading Loading
lib_dec/ivas_dec.c +15 −5 Original line number Diff line number Diff line Loading @@ -119,13 +119,23 @@ ivas_error ivas_dec( output_frame = (int16_t) ( output_Fs / FRAMES_PER_SEC ); #ifdef OSBA_EXT_OUT if ( st_ivas->ivas_format == SBA_ISM_FORMAT && output_config == AUDIO_CONFIG_EXTERNAL ) { for ( n = 0; n < nchan_out; n++ ) #else for ( n = 0; n < MAX_OUTPUT_CHANNELS; n++ ) { p_output[n] = &output[n][0]; } } else { #endif for ( n = 0; n < MAX_OUTPUT_CHANNELS; n++ ) { p_output[n] = &output[n][0]; } #ifdef OSBA_EXT_OUT } #endif /*----------------------------------------------------------------* * Combine orientations Loading