view libtwamr/ietf_hdr.c @ 514:67b13a6a63c9

libgsmhr1: implement validation for *.dec frames
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 25 Aug 2024 19:14:40 +0000
parents 6fa27df6903b
children
line wrap: on
line source

/*
 * This module provides one public const datum: RFC 4867 file header.
 */

#include <stdint.h>
#include "tw_amr.h"

const uint8_t amr_file_header_magic[AMR_IETF_HDR_LEN] = "#!AMR\n";