Commit 789d0619 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix build error due to missing field in struct

parent 70e78f3e
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -689,6 +689,8 @@ typedef struct ivas_binaural_rendering_conv_module_struct_fx
    Word32 ***filterStatesLeftReal_fx;
    Word32 ***filterStatesLeftImag_fx;
    Word16 Q_filterStatesLeft;
#endif
    Word16 numTapsArray[BINAURAL_CONVBANDS];
    Word16 numTaps;

} BINRENDERER_CONV_MODULE_FX, *BINRENDERER_CONV_MODULE_HANDLE_FX;
@@ -845,8 +847,8 @@ typedef struct ivas_combined_orientation_struct
#ifdef SPLIT_REND_WITH_HEAD_ROT
    Word32 Rmat_prev_fx[MAX_HEAD_ROT_POSES][3][3];
#else
    Word32 Rmat_prev_fx[3][3];
#endif /* Q30 */
    Word32 Rmat_prev_fx[3][3]; /* Q30 */
#endif
    Word32 chEneIIR_fx[2][MASA_FREQUENCY_BANDS]; /* independent of the format. MASA bands are suitable for the task and readily available in ROM. */ /* Q(q_chEneIIR) */
    Word16 q_chEneIIR;
    Word32 procChEneIIR_fx[2][MASA_FREQUENCY_BANDS]; /* Q(q_procChEneIIR) */