making codec draft more compliant with IETF submission rules
This commit is contained in:
parent
8161f9e969
commit
fa4a3bf52c
2 changed files with 10 additions and 4 deletions
|
@ -10,7 +10,13 @@ do
|
|||
echo "<section anchor=\"$i\" title=\"$i\">" > source/$i
|
||||
echo '<t>' >> source/$i
|
||||
echo '<figure><artwork><![CDATA[' >> source/$i
|
||||
cat ../../libcelt/$i >> source/$i
|
||||
|
||||
|
||||
#cat ../../libcelt/$i >> source/$i
|
||||
indent --no-tabs -l72 --format-all-comments ../../libcelt/$i -o tata.c
|
||||
cat tata.c >> source/$i
|
||||
|
||||
|
||||
echo ']]></artwork></figure>' >> source/$i
|
||||
echo '</t>' >> source/$i
|
||||
echo '</section>' >> source/$i
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<?xml version='1.0'?>
|
||||
<!DOCTYPE rfc SYSTEM 'rfc2629.dtd'>
|
||||
<?rfc toc="yes" ?>
|
||||
<?rfc toc="yes" symrefs="yes" ?>
|
||||
|
||||
<rfc ipr="full3978" docName="Constrained-Energy Lapped Transform (CELT) Codec">
|
||||
<rfc ipr="trust200902" category="info" docName="draft-valin-celt-codec-00">
|
||||
|
||||
<front>
|
||||
<title>draft-valin-celt-codec-00</title>
|
||||
<title abbrev="CELT codec">Constrained-Energy Lapped Transform (CELT) Codec</title>
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue