changeset 465:026bdc1f0dda

amrefr-tseq-enc: use the new DHF xform that matches T-Mobile
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 12 May 2024 21:43:35 +0000
parents fa0652115168
children 0c4e1bc06740
files amrefr/tseq-enc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/amrefr/tseq-enc.c	Sun May 12 21:36:26 2024 +0000
+++ b/amrefr/tseq-enc.c	Sun May 12 21:43:35 2024 +0000
@@ -70,7 +70,7 @@
 		if (!rc)
 			break;
 		amr_encode_frame(state, MR122, pcm, &amr_frame);
-		amr_dhf_subst_efr(&amr_frame);
+		amr_dhf_subst_efr2(&amr_frame, pcm);
 		EFR_params2frame(amr_frame.param, efr_frame);
 		frame2bits(efr_frame, bits);
 		bits[248] = 1;