summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2016-02-13 21:33:58 +0100
committerAlfred E. Heggestad <aeh@db.org>2016-02-13 21:33:58 +0100
commit7c8862398d184d8735b718145a75bb0dd5e650f0 (patch)
tree0b6361d20fb7b2d923e0d503d83dcbe8a99c074e
parent6b7453c0d96f7d67d5058f6c6d081886d50b258d (diff)
update opus RFCs
-rw-r--r--docs/README2
-rw-r--r--modules/opus/opus.c6
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/README b/docs/README
index fd38140..21b3190 100644
--- a/docs/README
+++ b/docs/README
@@ -262,11 +262,11 @@ IETF RFC/I-Ds:
* RFC 6263 App. Mechanism for Keeping Alive NAT Associated with RTP / RTCP
* RFC 6716 Definition of the Opus Audio Codec
* RFC 6886 NAT Port Mapping Protocol (NAT-PMP)
+* RFC 7587 RTP Payload Format for the Opus Speech and Audio Codec
* draft-ietf-avt-rtp-isac-04
* draft-ietf-payload-rtp-h265-07
* draft-ietf-payload-vp8-17
-* draft-spittka-payload-rtp-opus-00
Architecture:
diff --git a/modules/opus/opus.c b/modules/opus/opus.c
index 62cffaa..ec483f6 100644
--- a/modules/opus/opus.c
+++ b/modules/opus/opus.c
@@ -15,12 +15,12 @@
*
* The OPUS audio codec
*
- * Latest supported version: libopus 1.0.0
+ * Supported version: libopus 1.0.0 or later
*
* References:
*
- * draft-ietf-codec-opus-10
- * draft-spittka-payload-rtp-opus-00
+ * RFC 6716 Definition of the Opus Audio Codec
+ * RFC 7587 RTP Payload Format for the Opus Speech and Audio Codec
*
* http://opus-codec.org/downloads/
*/