Commit f4632eb2 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Fix for 3GPP issue 1220: Assert in stereo_dft_generate_comfort_noise_fx of...

Fix for 3GPP issue 1220: Assert in stereo_dft_generate_comfort_noise_fx of BASOP decoder for float encoder MASA bitstream using DTX and rate switching

Link #1220
parent e6334462
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -503,7 +503,7 @@ ivas_error stereo_memory_dec_fx(
                    return ( IVAS_ERROR( IVAS_ERR_FAILED_ALLOC, "Can not allocate memory for DTX/TD CNG\n" ) );
                }

                td_cng_dec_init_fx( st );
                td_cng_dec_init_ivas_fx( st );
            }
        }