Commit 27f0adb8 authored by TYAGIRIS's avatar TYAGIRIS
Browse files

fix compilation issue

parent 24b079f6
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -578,8 +578,8 @@ static void isar_split_rend_quant_md(
}

#ifdef SPLIT_REND_POSE_CORRECTION_UNUSED_BITS
static void get_lr_gains( const float cov_in[BINAURAL_CHANNELS][BINAURAL_CHANNELS],
                          const float cov_out[BINAURAL_CHANNELS][BINAURAL_CHANNELS],
static void get_lr_gains( const float cov_in[][BINAURAL_CHANNELS],
                          const float cov_out[][BINAURAL_CHANNELS],
                          float gains[BINAURAL_CHANNELS] )
{
    int16_t i;