diff options
author | gpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-09-10 19:58:27 +0000 |
---|---|---|
committer | gpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-09-10 19:58:27 +0000 |
commit | 6c1b3541f7e9e235507ed7f6de572fdfcf032e6e (patch) | |
tree | f31cb52126a763c1d108d5bcdd419cef14e05619 /DOCS | |
parent | 44dfdb4f0acc9c29f70109974f5dc7c7f7f5bad1 (diff) |
Fixes suggested by The Wanderer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19793 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/xml/en/faq.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml index 3325d2acc1..4964ccd7e4 100644 --- a/DOCS/xml/en/faq.xml +++ b/DOCS/xml/en/faq.xml @@ -784,13 +784,14 @@ undertaking. <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> |