summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/en/audio.xml
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-05 23:32:18 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-05 23:32:18 +0000
commit5abb8c42f5ba67a5110a9735ad3f0c7e8c3b8cea (patch)
tree759355059306b33da83d79886688a346b5d7e740 /DOCS/xml/en/audio.xml
parent1a5f1ffe05896e022ee895feae5c9a09c3b7520a (diff)
downloadmpv-5abb8c42f5ba67a5110a9735ad3f0c7e8c3b8cea.tar.bz2
mpv-5abb8c42f5ba67a5110a9735ad3f0c7e8c3b8cea.tar.xz
Improve overall structure by adding a few top-level chapters so that
sections no longer nest as deeply. This has the added benefit of removing a few sections that only consisted of the section title. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17322 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en/audio.xml')
-rw-r--r--DOCS/xml/en/audio.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/DOCS/xml/en/audio.xml b/DOCS/xml/en/audio.xml
index 2edc83cff0..5c42a6ca68 100644
--- a/DOCS/xml/en/audio.xml
+++ b/DOCS/xml/en/audio.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision$ -->
-<sect1 id="audio">
+<chapter id="audio">
<title>Audio output devices</title>
-<sect2 id="sync">
+<sect1 id="sync">
<title>Audio/Video synchronization</title>
<para>
@@ -33,9 +33,9 @@ If you happen to have a bad audio driver, try the <option>-autosync</option>
option, it should sort out your problems. See the man page for detailed
information.
</para>
-</sect2>
+</sect1>
-<sect2 id="troubleshooting">
+<sect1 id="troubleshooting">
<title>Troubleshooting</title>
<para>Some notes:</para>
@@ -53,6 +53,6 @@ DEMUXER: Too many (945 in 8390980 bytes) video packets in the buffer!<!--
If the sound clicks when playing from CD-ROM, turn on IRQ unmasking as
described in the <link linkend="drives">CD-ROM</link> section.
</para>
-</sect2>
-
</sect1>
+
+</chapter>