summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/
*/