comparison libtwamr/tw_amr.h @ 442:6fa27df6903b

libtwamr: add file header public const datum
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 09 May 2024 07:19:42 +0000
parents ffd87f972f86
children fa0652115168
comparison
equal deleted inserted replaced
441:ebe499058c63 442:6fa27df6903b
108 extern const int16_t amr_dhf_mr795[AMR_MAX_PRM]; 108 extern const int16_t amr_dhf_mr795[AMR_MAX_PRM];
109 extern const int16_t amr_dhf_mr102[AMR_MAX_PRM]; 109 extern const int16_t amr_dhf_mr102[AMR_MAX_PRM];
110 extern const int16_t amr_dhf_mr122[AMR_MAX_PRM]; 110 extern const int16_t amr_dhf_mr122[AMR_MAX_PRM];
111 extern const int16_t amr_dhf_gsmefr[AMR_MAX_PRM]; 111 extern const int16_t amr_dhf_gsmefr[AMR_MAX_PRM];
112 112
113 /* public const datum: RFC 4867 file header */
114
115 extern const uint8_t amr_file_header_magic[AMR_IETF_HDR_LEN];
116
113 #endif /* include guard */ 117 #endif /* include guard */