Commit 5625915e authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Minor code review comment fix.

parent 5544e596
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -9017,7 +9017,11 @@ static void renderMasaToMasa(
    IVAS_REND_AudioBuffer outAudio )
{
    Word16 sf, band, dir, numDirs;
#ifdef FIX_BASOP_2529_MASA_RATIO_SCALINGS
    Word32 ratioSum_fx; /* Q29 for accumulation */
#else
    Word32 ratioSum_fx; /* Q30 */
#endif
    MASA_DECODER_EXT_OUT_META_HANDLE outMeta;
    MASA_METADATA_FRAME *inMeta;
    Word32 tmpBuffer_fx[MAX_OUTPUT_CHANNELS][L_FRAME48k];