Commit 8bbabc97 authored by vaclav's avatar vaclav
Browse files

fix build warning

parent 6f1eff3b
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4326,10 +4326,10 @@ static ivas_error evs_dec_main(
    {
        ivas_jbm_dec_copy_tc_no_tsm( st_ivas, p_output, nOutSamples );
    }
#else
    else if ( floatBuf != NULL )
#endif
#else
    if ( floatBuf != NULL )
#endif
    {
        /* BE workaround */
        int16_t pcm_buf_local[L_FRAME48k * MAX_OUTPUT_CHANNELS_IN_DIEGETIC_PAN];