From 848db7b6622261c105495efb3f3cc7e9ab78551a Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 28 May 2017 14:17:05 +0200 Subject: Add support for RTP with GSM-HR payload according to RFC5993 This is incompatible with the ETSI TS 101 318 format! --- include/gapk/formats.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/gapk') diff --git a/include/gapk/formats.h b/include/gapk/formats.h index d0f4568..81670b8 100644 --- a/include/gapk/formats.h +++ b/include/gapk/formats.h @@ -56,6 +56,8 @@ enum format_type { /* HR in RTP according to ETSI TS 101 318 */ FMT_RTP_HR_ETSI, + /* HR in RTP according to IETF RFC5993 */ + FMT_RTP_HR_IETF, _FMT_MAX, }; -- cgit v1.2.3