Commit bbd72078 authored by vaclav's avatar vaclav
Browse files

Merge branch '396-use-correct-bandwidth-in-ism-dtx-cng-rev1' into 'main'

[non-BE] Resolve "Use correct bandwidth in ISM DTX CNG rev1"

See merge request !584
parents 04a2fe35 00fdfdef
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -190,6 +190,7 @@ ivas_error ivas_ism_dtx_dec(
            st->bit_stream = st_ivas->hSCE[0]->hCoreCoder[0]->bit_stream;
            st->next_bit_pos = 0; /* note: needed in paramISM -> discISM switching */
            st->cng_ism_flag = 1;
            st->L_frame = min( st->L_frame, L_FRAME16k ); /* note: needed for switching from active frame with L_frame=640 to CNG in object with no SID */
#else
            ivas_ism_preprocessing( st_ivas, ch ); // VE: after the acceptance of switches, replace the function call by its content
#endif