Commit d1c0b756 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

fix compilation error on MSVC

parent b560fbd9
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1874,7 +1874,7 @@ static void renderChannelsToBinaural(
    int32_t numInChannels;
    float gain_lin;
    float tmpBuffer[MAX_OUTPUT_CHANNELS][L_FRAME48k];
    float tmpLfeBuffer[L_FRAME48k + NS2SA( 48000, ivas_lfe_lpf_delay[IVAS_FILTER_ORDER_4 - 3] * 1000000000L )];
    float tmpLfeBuffer[L_FRAME48k_EXT];

#ifdef WMOPS
    wmops_sub_start( "renderChannelsToBinaural" );