aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-05-28 14:17:05 +0200
committerHarald Welte <laforge@gnumonks.org>2017-05-28 16:18:09 +0200
commit848db7b6622261c105495efb3f3cc7e9ab78551a (patch)
tree4007c570bbcff11cbcfbe83b2fca5dabb8065385 /include
parentdc3589a6be66f00730860f2b70a86a98183f885a (diff)
Add support for RTP with GSM-HR payload according to RFC5993
This is incompatible with the ETSI TS 101 318 format!
Diffstat (limited to 'include')
-rw-r--r--include/gapk/formats.h2
1 files changed, 2 insertions, 0 deletions
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,
};