Commit 922c7f21 authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Merge branch '656-masa-rate-switching-with-jbm-crashes-in-smoke-test' into 'main'

[split-non-BE] Resolve "MASA rate switching with JBM crashes in smoke test"

See merge request !893
parents 3702d9f6 0e1babd3
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -555,6 +555,10 @@ ivas_error ivas_jbm_dec_tc(
        st_ivas->ini_active_frame++;
    }

#ifdef MASA_AND_OBJECTS
    st_ivas->last_ivas_format = st_ivas->ivas_format;
#endif

#ifdef DEBUG_MODE_INFO
    dbgwrite( &st_ivas->bfi, sizeof( int16_t ), 1, output_frame, "res/bfi" );
    dbgwrite( &st_ivas->BER_detect, sizeof( int16_t ), 1, output_frame, "res/BER_detect" );
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@
#ifdef DEBUGGING
#include "debug.h"
#endif
#include "wmc_auto.h"


#ifdef MASA_AND_OBJECTS