summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Harris <mark.hsj@gmail.com>2016-07-06 14:17:51 -0700
committerMark Harris <mark.hsj@gmail.com>2016-07-06 14:17:51 -0700
commit58dbcf23f3aecfb9c06abaef590d01bb3dba7a5a (patch)
tree3889c71f2c2c4e7521968a0ffff83dd99592baee /include
parentb15172a34e0c64a5b1748fec1005ed51e1b5faff (diff)
downloadopus-58dbcf23f3aecfb9c06abaef590d01bb3dba7a5a.tar.gz
Update URLs
Diffstat (limited to 'include')
-rw-r--r--include/opus_multistream.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/opus_multistream.h b/include/opus_multistream.h
index 47e03900..3622e009 100644
--- a/include/opus_multistream.h
+++ b/include/opus_multistream.h
@@ -110,10 +110,10 @@ extern "C" {
* packets produced by the encoder. Some basic information, such as packet
* duration, can be computed without any special negotiation.
*
- * The format for multistream Opus packets is defined in the
- * <a href="https://tools.ietf.org/html/draft-ietf-codec-oggopus">Ogg
- * encapsulation specification</a> and is based on the self-delimited Opus
- * framing described in Appendix B of <a href="https://tools.ietf.org/html/rfc6716">RFC 6716</a>.
+ * The format for multistream Opus packets is defined in
+ * <a href="https://tools.ietf.org/html/rfc7845">RFC 7845</a>
+ * and is based on the self-delimited Opus framing described in Appendix B of
+ * <a href="https://tools.ietf.org/html/rfc6716">RFC 6716</a>.
* Normal Opus packets are just a degenerate case of multistream Opus packets,
* and can be encoded or decoded with the multistream API by setting
* <code>streams</code> to <code>1</code> when initializing the encoder or