FreeCalypso > hg > vband-misc
diff pcmu2efr/dhf-check.c @ 23:2628a34fe75b
pcmu2efr: encode 2nd frame for AMR-EFR offsets 120-159
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sun, 12 May 2024 04:24:15 +0000 |
| parents | f5f541bc9415 |
| children |
line wrap: on
line diff
--- a/pcmu2efr/dhf-check.c Sun May 12 03:40:27 2024 +0000 +++ b/pcmu2efr/dhf-check.c Sun May 12 04:24:15 2024 +0000 @@ -40,7 +40,7 @@ generate_amr_efr(); for (n = 0; n < 160; n++) check_for_dhf(standard_efr[n], "std EFR", n); - for (n = 0; n < 120; n++) + for (n = 0; n < 160; n++) check_for_dhf(amr_efr[n], "AMR-EFR", n); exit(0); }
