diff 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
line wrap: on
line diff
--- a/libtwamr/tw_amr.h	Thu May 09 07:06:31 2024 +0000
+++ b/libtwamr/tw_amr.h	Thu May 09 07:19:42 2024 +0000
@@ -110,4 +110,8 @@
 extern const int16_t amr_dhf_mr122[AMR_MAX_PRM];
 extern const int16_t amr_dhf_gsmefr[AMR_MAX_PRM];
 
+/* public const datum: RFC 4867 file header */
+
+extern const uint8_t amr_file_header_magic[AMR_IETF_HDR_LEN];
+
 #endif	/* include guard */