Commit 5f35d107 authored by emerit's avatar emerit
Browse files

fix warning

parent 548e0021
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -613,8 +613,8 @@ static float dBToLin(
    return powf( 10.0f, gain_dB / 20.0f );
}


#ifdef SPLIT_REND_WITH_HEAD_ROT
#ifndef NONBE_FIX_BINARY_BINAURAL_READING
static int16_t get_cldfb_in_flag(
    const IVAS_AUDIO_CONFIG audioConfig,
    const IVAS_RENDER_CONFIG_DATA *renderConfig )
@@ -635,6 +635,7 @@ static int16_t get_cldfb_in_flag(

    return cldfb_in_flag;
}
#endif

static int16_t is_split_pre_rend_mode(
    CmdlnArgs *args )