Mercurial > mplayer.hg
changeset 19787:ab18cdbfeaa1
Fixes suggested by The Wanderer
author | gpoirier |
---|---|
date | Sun, 10 Sep 2006 19:58:27 +0000 |
parents | 300c2f0f52e8 |
children | 04e58f0701c8 |
files | DOCS/xml/en/faq.xml |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/faq.xml Sun Sep 10 17:38:00 2006 +0000 +++ b/DOCS/xml/en/faq.xml Sun Sep 10 19:58:27 2006 +0000 @@ -784,13 +784,14 @@ <qandaentry> <question><para> -I can't watch any recent DVDs from Sony Pictures/BMG? +I can't watch any recent DVDs from Sony Pictures/BMG. </para></question> <answer><para> -It's normal, you've been ripped off and sold an intentionally defective disk. +This is normal, you've been ripped off and sold an intentionally defective disk. The only way to play these DVDs is to circumvent the bad blocks of the disk by using DVDnav instead of mpdvdkit2. -You can do so by replacing dvd:// by dvdnav:// on the command line. +You can do so by compiling MPlayer with DVDnav support and then replacing +dvd:// by dvdnav:// on the command line. DVDnav is so far mutually exclusive with mpdvdkit2, so make sure you pass <option>--disable-mpdvdkit</option> to the configure script. </para></answer>