Commit 30931ca7 authored by fotopoulou's avatar fotopoulou
Browse files

fix for MSAN error for StereoDMXEvs

parent 34ab72af
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1315,6 +1315,9 @@ ivas_error IVAS_ENC_EncodeFrameToSerial(
    if ( hEncoderConfig->ivas_format == MONO_FORMAT ) /* EVS mono */
    {
        hCoreCoder->total_brate = hEncoderConfig->ivas_total_brate; /* needed in case of bitrate switching */
#ifdef FIX_1283_STEREO_DFT_COLLAPSE
        hCoreCoder->element_brate = hEncoderConfig->ivas_total_brate; /* needed in checks in core-coder functions other than mono*/
#endif
#ifdef DEBUGGING
        hCoreCoder->id_element = 0;
#endif