summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-20 23:07:55 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-20 23:07:55 +0000
commit201950a0f5ffd6c556844a69f41e6a5140ecaf72 (patch)
tree8b40b626d9e8e5bb4777374c4c9df567ca6efb0a /DOCS
parent24ea3cdda822106069f69601c2cd512c8ca242f2 (diff)
downloadmpv-201950a0f5ffd6c556844a69f41e6a5140ecaf72.tar.bz2
mpv-201950a0f5ffd6c556844a69f41e6a5140ecaf72.tar.xz
Add a few more XML tags for better semantics markup.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16823 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/faq.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml
index 743be160cd..3b4cdafc41 100644
--- a/DOCS/xml/en/faq.xml
+++ b/DOCS/xml/en/faq.xml
@@ -375,8 +375,8 @@ You have to use <option>-aid</option> (audio ID) or <option>-alang</option>
(audio language), <option>-sid</option>(subtitle ID) or <option>-slang</option>
(subtitle language), for example:
<screen>
-mplayer example.mkv -alang eng -slang eng
-mplayer example.mkv -aid 1 -sid 1
+mplayer -alang eng -slang eng <replaceable>example.mkv</replaceable>
+mplayer -aid 1 -sid 1 <replaceable>example.mkv</replaceable>
</screen>
To see which ones are available:
<screen>
@@ -677,7 +677,8 @@ I have A/V sync problems. Some of my AVIs play fine, but some play with double s
</para></question>
<answer><para>
You have a buggy sound card/driver. Most likely it's fixed at 44100Hz, and you
-try to play a file which has 22050Hz audio. Try the resample audio filter.
+try to play a file which has 22050Hz audio. Try the
+<systemitem>resample</systemitem> audio filter.
</para></answer>
</qandaentry>