[bTSstream-devel] Add Opus RTP payload format header

Kieran Kunhya git at videolan.org
Sat Aug 29 23:45:02 CEST 2015


bitstream | branch: master | Kieran Kunhya <kierank at ob-encoder.com> | Wed Aug 19 22:56:34 2015 +0100| [87474f57f90f8b312f1cce96152f7d24aa7f3321] | committer: Christophe Massiot

Add Opus RTP payload format header

> http://git.videolan.org/gitweb.cgi/bitstream.git/?a=commit;h=87474f57f90f8b312f1cce96152f7d24aa7f3321
---

 ietf/rtp7587.h |    9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/ietf/rtp7587.h b/ietf/rtp7587.h
new file mode 100644
index 0000000..fee9c89
--- /dev/null
+++ b/ietf/rtp7587.h
@@ -0,0 +1,9 @@
+/*
+ * RTP Payload Format for the Opus Speech and Audio Codec
+ */
+#ifndef __BITSTREAM_IETF_RTP7587_H__
+# define __BITSTREAM_IETF_RTP7587_H__
+
+#define RTP_7587_CLOCKRATE       48000
+
+#endif /* !__BITSTREAM_IETF_RTP7587_H__ */



More information about the biTStream-devel mailing list