[MPlayer-DOCS] Little bugs.xml patch

Torinthiel torinthiel at megapolis.pl
Thu Oct 5 23:34:49 CEST 2006


What this patch does:
1) add some empty lines here and there, to improve readability of .xml
2) in few places removes (IMHO) non-necessary ending of <itemizedlist>
   and immediate beginning of another.
3) fixes lack of space before "(" in two places
4) bugs-no{sound,picture} has similar reason (unsupported codec) and
   solution (help adding it). But one had only solution, other had it
   labeled as 'workaround'. Sets both to be labeled 'Solution', which is
   consistent with rest.
OK to apply? (Splitting if necessary)
Torinthiel

-- 
 Waclaw "Torinthiel" Schiller       GG#: 3073512
   torinthiel(at)megapolis(dot)pl
   gpg: 0906A2CE fpr: EE3E DFB4 C4D6 E22E 8999  D714 7CEB CDDC 0906 A2CE
 "No classmates may be used during this examination"
-------------- next part --------------
Index: DOCS/xml/en/bugs.xml
===================================================================
--- DOCS/xml/en/bugs.xml	(revision 20074)
+++ DOCS/xml/en/bugs.xml	(working copy)
@@ -2,6 +2,8 @@
 <!-- $Revision$ -->
 <appendix id="bugs">
 <title>Known bugs</title>
+
+
 <sect1 id="bugs-special">
 <title>Special system/CPU-specific bugs/problems</title>
 <itemizedlist>
@@ -11,6 +13,7 @@
 <para>Solution: upgrade kernel to 2.4.x</para>
 <para>Workaround: <command>./configure --disable-sse</command></para>
 </listitem>
+
 <listitem>
 <para>General SIGILL (signal 4):</para>
 <para>Problem: you compiled and run <application>MPlayer</application> on
@@ -23,6 +26,7 @@
 <option>--disable-mmx</option>, <option>--disable-3dnow</option>, etc).
 </para>
 </listitem>
+
 <listitem>
 <para>Crashes when dumping streams:</para>
 <para>Problem: core dump</para>
@@ -31,6 +35,7 @@
 </itemizedlist>
 </sect1>
 
+
 <sect1 id="bugs-audio">
 <title>Various A-V sync and other audio problems</title>
 
@@ -43,20 +48,17 @@
 sometimes it helps. If your file plays fine with <option>-nosound</option>, then you can be sure
 it's sound card (driver) problem.
 </para></listitem>
-</itemizedlist>
-<itemizedlist>
+
 <listitem>
 <para>audio buffer problems (buffer size badly detected)</para>
 <para>Workaround: <application>MPlayer</application>'s <option>-abs</option> option</para>
 </listitem>
-</itemizedlist>
-<itemizedlist>
+
 <listitem><para>
 samplerate problems - maybe your card doesn't support the samplerate used in your
 files - try the resampling filter (<option>-af resample=...</option>)
 </para></listitem>
-</itemizedlist>
-<itemizedlist>
+
 <listitem>
 <para>slow machine (CPU or VGA)</para>
 <para>try with <option>-vo null</option>, if it plays well, then you have slow
@@ -68,6 +70,7 @@
 </itemizedlist>
 </sect2>
 
+
 <sect2 id="bugs-delay-specific">
 <title>Audio delay/de-sync specific to one or a few files</title>
 <itemizedlist>
@@ -82,7 +85,7 @@
     <para>and/or</para>
   </listitem>
   <listitem>
-    <para><option>-mc 0</option>(required for files with badly
+    <para><option>-mc 0</option> (required for files with badly
     interleaved VBR audio)</para>
     <para>and/or</para>
   </listitem>
@@ -94,36 +97,41 @@
 If none of these help, please upload the file, we'll check (and fix).
 </para>
 </listitem>
+
 <listitem>
 <para>your sound card doesn't support 48kHz playback</para>
 <para>Workaround: buy a better sound card... or try to decrease fps by 10% (use
 <option>-fps 27</option> for a 30fps movie) or use the resample filter</para>
 </listitem>
+
 <listitem>
-<para>slow machine(if A-V is not around 0, and the last number in the status
+<para>slow machine (if A-V is not around 0, and the last number in the status
 line increasing)</para>
 <para>Workaround: <option>-framedrop</option></para>
 </listitem>
 </itemizedlist>
 </sect2>
 
+
 <sect2 id="bugs-nosound">
 <title>No sound at all</title>
 <itemizedlist>
 <listitem>
 <para>your file uses an unsupported audio codec</para>
-<para>read the documentation and help us adding support for it</para>
+<para>Solution: read the documentation and help us adding support for it</para>
 </listitem>
 </itemizedlist>
 </sect2>
 
+
 <sect2 id="bugs-nopicture">
 <title>No picture at all (just plain grey/green window)</title>
 <itemizedlist>
 <listitem>
 <para>your file uses an unsupported video codec</para>
-<para>Workaround: read the documentation and help us adding support for it</para>
+<para>Solution: read the documentation and help us adding support for it</para>
 </listitem>
+
 <listitem>
 <para>
 auto-selected codec can't decode the file, try to select another using
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-docs/attachments/20061005/3a83492c/attachment.pgp>


More information about the MPlayer-DOCS mailing list