From 7c8862398d184d8735b718145a75bb0dd5e650f0 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Sat, 13 Feb 2016 21:33:58 +0100 Subject: update opus RFCs --- docs/README | 2 +- modules/opus/opus.c | 6 +++--- 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/ */ -- cgit v1.2.3