From 87474f57f90f8b312f1cce96152f7d24aa7f3321 Mon Sep 17 00:00:00 2001 From: Kieran Kunhya Date: Wed, 19 Aug 2015 22:56:34 +0100 Subject: [PATCH] Add Opus RTP payload format header --- ietf/rtp7587.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ietf/rtp7587.h 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__ */