diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-08-04 22:26:35 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-08-04 22:26:35 +0000 |
commit | 7cafdd1d46e106d01685d9048b37072c7bc18979 (patch) | |
tree | 7000beeee478b9930916eaad2d91dd127447a6f8 | |
parent | 2c4e0598b694b153dc9cbd6172d771c07608aa39 (diff) |
Applied some suggestions by Nilmoni Deb.
CD-ROM section renamed to CD/DVD drives, VCD clarification.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6908 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/cd-dvd.html | 4 | ||||
-rw-r--r-- | DOCS/documentation.html | 2 | ||||
-rw-r--r-- | DOCS/faq.html | 2 | ||||
-rw-r--r-- | DOCS/sound.html | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/DOCS/cd-dvd.html b/DOCS/cd-dvd.html index 538845ea12..bd5f7dabd8 100644 --- a/DOCS/cd-dvd.html +++ b/DOCS/cd-dvd.html @@ -10,7 +10,7 @@ <BODY> -<P><B><A NAME="cd">4.1 CD-ROM drives</A></B></P> +<P><B><A NAME="drives">4.1 CD/DVD drives</A></B></P> <P>Linux documentation excerpt:</P> @@ -152,7 +152,7 @@ Notes: <UL> - <LI>Do <B>not</B> mount VCD disks and play DAT files directly! It may work + <LI>Do <B>not</B> play the DAT files from a VCD directly! It may work under Windows but will not under Linux. You have to play VCDs with the <CODE>-vcd</CODE> option.</LI> <LI>VCD disks usually have 2 tracks: a data track (containing autostart diff --git a/DOCS/documentation.html b/DOCS/documentation.html index ca9036a868..f75a37f1ae 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -244,7 +244,7 @@ </LI> <LI><A HREF="cd-dvd.html">4. CD/DVD section</A> <UL> - <LI><A HREF="cd-dvd.html#cd">4.1 CD-ROM drives</A></LI> + <LI><A HREF="cd-dvd.html#drives">4.1 CD/DVD drives</A></LI> <LI><A HREF="cd-dvd.html#dvd">4.2 DVD playback</A></LI> <LI><A HREF="cd-dvd.html#vcd">4.3 VCD playback</A></LI> </UL> diff --git a/DOCS/faq.html b/DOCS/faq.html index 43beb95936..9966ba48af 100644 --- a/DOCS/faq.html +++ b/DOCS/faq.html @@ -627,7 +627,7 @@ My DVD playback is sluggish! </B></TD><TR><TD></TD><TD VALIGN=top>A:</TD><TD> Use the <CODE>-cache</CODE> option (described in the man page) and try enabling DMA for the DVD drive with the hdparm tool (described in the -<A HREF="cd-dvd.html#cd">CD chapter</A> of the documentation). +<A HREF="cd-dvd.html#drives">CD/DVD drives</A> chapter of the documentation). </TD><TR><TD COLSPAN=3> </TD><TR> <TD COLSPAN=3> diff --git a/DOCS/sound.html b/DOCS/sound.html index 22939fad8f..2440fdc888 100644 --- a/DOCS/sound.html +++ b/DOCS/sound.html @@ -124,7 +124,7 @@ there may be problems like lost sync and disappearing audio.</LI> <LI>If sound clicks when playing from CD-ROM, turn on IRQ unmasking, e.g. <CODE>hdparm -u1 /dev/cdrom</CODE> (<CODE>man hdparm</CODE>). This is generally beneficial and described more detailed in the - <A HREF="cd-dvd.html#cd">CD-ROM section</A>.</LI> + <A HREF="cd-dvd.html#drives">CD/DVD drives</A> section.</LI> <LI>Sharing your sound card with another application like XMMS is <B>strongly discouraged</B>! If the other sound application is using ESD, start <B>MPlayer</B> with the <CODE>-vo sdl:esd</CODE> option to combine both sound streams! In fact, the option <CODE>-vo sdl:esd</CODE> could be used with ESD |