FreeCalypso > hg > gsm-codec-lib
diff libgsmefr/gsm_efr.h @ 541:23656d874524
libgsmefr: add const words with struct sizes
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 28 Sep 2024 06:00:34 +0000 |
parents | ea89eb8291bf |
children | f2d0f2f15d5f |
line wrap: on
line diff
--- a/libgsmefr/gsm_efr.h Sun Sep 22 00:36:35 2024 +0000 +++ b/libgsmefr/gsm_efr.h Sat Sep 28 06:00:34 2024 +0000 @@ -55,4 +55,9 @@ extern const uint8_t EFR_decoder_homing_frame[EFR_RTP_FRAME_LEN]; +/* sizes of state structures, to support alternative malloc schemes */ + +extern const unsigned EFR_encoder_state_size; +extern const unsigned EFR_decoder_state_size; + #endif /* include guard */