FreeCalypso > hg > gsm-codec-lib
comparison 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 |
comparison
equal
deleted
inserted
replaced
540:5595293e4f29 | 541:23656d874524 |
---|---|
53 | 53 |
54 /* public const data item */ | 54 /* public const data item */ |
55 | 55 |
56 extern const uint8_t EFR_decoder_homing_frame[EFR_RTP_FRAME_LEN]; | 56 extern const uint8_t EFR_decoder_homing_frame[EFR_RTP_FRAME_LEN]; |
57 | 57 |
58 /* sizes of state structures, to support alternative malloc schemes */ | |
59 | |
60 extern const unsigned EFR_encoder_state_size; | |
61 extern const unsigned EFR_decoder_state_size; | |
62 | |
58 #endif /* include guard */ | 63 #endif /* include guard */ |