[xiph-commits] r18596 - in websites/opus-codec.org: docs examples
jm at svn.xiph.org
jm at svn.xiph.org
Mon Sep 10 19:41:59 PDT 2012
Author: jm
Date: 2012-09-10 19:41:59 -0700 (Mon, 10 Sep 2012)
New Revision: 18596
Modified:
websites/opus-codec.org/docs/index.shtml.en
websites/opus-codec.org/examples/index.shtml.en
Log:
Minor updates
Modified: websites/opus-codec.org/docs/index.shtml.en
===================================================================
--- websites/opus-codec.org/docs/index.shtml.en 2012-09-10 20:38:37 UTC (rev 18595)
+++ websites/opus-codec.org/docs/index.shtml.en 2012-09-11 02:41:59 UTC (rev 18596)
@@ -36,10 +36,10 @@
<blockquote>
<table style="border-spacing: 0">
<tr class="underline">
- <td style="padding-right:0.5em;"><b>Latest Opus codec draft</b><br/><span style="float:right;"><small><i>(draft-ietf-codec-opus)</i></small></span></td>
- <td><a href="http://tools.ietf.org/html/draft-ietf-codec-opus">HTML</a>, </td>
- <td><a href="http://tools.ietf.org/pdf/draft-ietf-codec-opus.pdf">PDF</a>, </td>
- <td><a href="http://tools.ietf.org/id/draft-ietf-codec-opus.txt">TXT</a></td>
+ <td style="padding-right:0.5em;"><b>Official Opus codec RFC</b><br/><span style="float:right;"><small><i>(rfc6716)</i></small></span></td>
+ <td><a href="http://tools.ietf.org/html/rfc6716">HTML</a>, </td>
+ <td><a href="http://tools.ietf.org/pdf/rfc6716.pdf">PDF</a>, </td>
+ <td><a href="http://tools.ietf.org/id/rfc6716.txt">TXT</a></td>
</tr>
<tr class="underline">
<td style="padding-right:0.5em;"><b>Latest Opus RTP draft</b><br/><span style="float:right;"><small><i>(draft-spittka-payload-rtp-opus)</i></small></span></td>
Modified: websites/opus-codec.org/examples/index.shtml.en
===================================================================
--- websites/opus-codec.org/examples/index.shtml.en 2012-09-10 20:38:37 UTC (rev 18595)
+++ websites/opus-codec.org/examples/index.shtml.en 2012-09-11 02:41:59 UTC (rev 18596)
@@ -1,10 +1,8 @@
<!--#include virtual="/ssi/header.include" -->
<!--#include virtual="/ssi/contentheader.include" -->
-<head>
<script type="text/javascript" src="../jquery.js"></script>
<script type="text/javascript" src="../audiodemo.js"></script>
-</head>
<h1>Opus Examples</h1>
@@ -71,7 +69,6 @@
</div>
-<h2>
<h2>Example of use in a web page</h2>
<p>Opus works with the <audio> element just like any other audio format.</p>
<p>For example, this code in a web page:</p>
More information about the commits
mailing list