summaryrefslogtreecommitdiff
path: root/modules/amr/amr.h
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2015-06-14 12:05:01 +0200
committerAlfred E. Heggestad <aeh@db.org>2015-06-14 12:05:01 +0200
commit2753cdfc7c3574a2d32f5b251cb857027074d3d7 (patch)
tree2e24aaf5044a9e721cdd82289020be46ca656fd7 /modules/amr/amr.h
parente347c366253d74ffcd282c6c76e2f459f8ea7714 (diff)
amr: add support for octet-align mode
- this fixes compliance with RFC 4867 - this will break interop with older versions of baresip - Bandwidth-Efficient Mode can be added later fixes issue #37
Diffstat (limited to 'modules/amr/amr.h')
-rw-r--r--modules/amr/amr.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/amr/amr.h b/modules/amr/amr.h
new file mode 100644
index 0000000..6746a83
--- /dev/null
+++ b/modules/amr/amr.h
@@ -0,0 +1,10 @@
+/**
+ * @file amr/amr.h AMR module -- internal interface
+ *
+ * Copyright (C) 2010 - 2015 Creytiv.com
+ */
+
+
+int amr_fmtp_enc(struct mbuf *mb, const struct sdp_format *fmt,
+ bool offer, void *arg);
+bool amr_fmtp_cmp(const char *lfmtp, const char *rfmtp, void *arg);