summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-04 21:11:42 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-04 21:11:42 +0000
commit089511cf7e3497cf18303cae37e89381be4186f6 (patch)
tree110a7cbf85ae5819fb185c98fe21ddfb19a1772c /DOCS
parent8c4c8d61ce624bc4c5fa1b3f1b348562de09c3b5 (diff)
downloadmpv-089511cf7e3497cf18303cae37e89381be4186f6.tar.bz2
mpv-089511cf7e3497cf18303cae37e89381be4186f6.tar.xz
some reformatting
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20051 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/radio.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/DOCS/xml/en/radio.xml b/DOCS/xml/en/radio.xml
index f22b245861..a278eff649 100644
--- a/DOCS/xml/en/radio.xml
+++ b/DOCS/xml/en/radio.xml
@@ -79,8 +79,8 @@ have switched line-in mute off).
<para>
Input from standard V4L (using line-in cable, capture switched off):
<screen>
-mplayer radio://104.4<!--
---></screen>
+mplayer radio://104.4
+</screen>
</para>
</informalexample>
@@ -89,8 +89,8 @@ mplayer radio://104.4<!--
Input from standard V4L (using line-in cable, capture switched off,
V4Lv1 interface):
<screen>
-mplayer -radio driver=v4l radio://104.4<!--
---></screen>
+mplayer -radio driver=v4l radio://104.4
+</screen>
</para>
</informalexample>
@@ -98,8 +98,8 @@ mplayer -radio driver=v4l radio://104.4<!--
<para>
Playing second channel from channel list:
<screen>
-mplayer -radio channels=104.4=Sibir,103.9=Maximm radio://2<!--
---></screen>
+mplayer -radio channels=104.4=Sibir,103.9=Maximm radio://2
+</screen>
</para>
</informalexample>
@@ -109,11 +109,11 @@ Passing sound over the PCI bus from the radio card's internal ADC.
In this example the tuner is used as a second sound card
(ALSA device hw:1,0). For saa7134-based cards either the
saa7134-alsa or saa7134-oss module must be loaded.
+<screen>
+mplayer -rawaudio rate=32000 -radio adevice=hw=1.0:arate=32000:channels=104.4=Sibir,103.9=Maximm radio://2/capture
+</screen>
<note><para>When using ALSA device names colons must be replaced
by equal signs, commas by periods.
-<screen>
-mplayer -rawaudio rate=32000 -radio adevice=hw=1.0:arate=32000:channels=104.4=Sibir,103.9=Maximm radio://2/capture<!--
---></screen>
</para></note>
</para>
</informalexample>