FreeCalypso > hg > gsm-codec-lib
changeset 432:d4f47d0962e7
efrtest/etsi-enc.c: fix error in head comment
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 08 May 2024 00:43:55 +0000 |
parents | f0496507d409 |
children | 51678b070c7a |
files | efrtest/etsi-enc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/efrtest/etsi-enc.c Wed May 08 00:27:51 2024 +0000 +++ b/efrtest/etsi-enc.c Wed May 08 00:43:55 2024 +0000 @@ -1,7 +1,7 @@ /* * gsmefr-etsi-enc is a test program for our EFR encoder: it reads raw * 16-bit PCM (matching ETSI's *.inp) as input and writes ETSI's *.cod - * format as output, allowing our decoder to be tested with ETSI's + * format as output, allowing our encoder to be tested with ETSI's * official test sequences. * * ETSI input and output files are read and written in LE byte order,