view amrconv/ietf_common.c @ 586:b21ea4ab586d

libgsmhr1: update for TW-TS-002 version 1.2.0 The component of libgsmhr1 being changed is RTP input functions; the change is accepting FT=1 (invalid SID) frames both with and without payload data bits.
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 10 Mar 2025 02:03:31 +0000
parents 934cf92a1c45
children
line wrap: on
line source

/*
 * This C module holds some common data items for IETF RFC 4867
 * AMR file format.
 */

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

const char amr_file_hdr[IETF_HDR_LEN] = "#!AMR\n";

const uint8_t extra_bytes_per_ft[9] = {12, 13, 15, 17, 19, 20, 26, 31, 5};