diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml index bf344a7a13..cd2f0c78c4 100644 --- a/DOCS/xml/en/faq.xml +++ b/DOCS/xml/en/faq.xml @@ -1123,14 +1123,17 @@ to worry about it ... Note: With SDL you can force/disable Xv using DVD playback -What about DVD navigation? +What about DVD navigation/menus? -Support for dvdnav in MPlayer is currently broken, -normal playback does work, though. If you want to have fancy menus, you will -have to use another player like Xine or -Ogle. If you care about DVD navigation, send a -patch. +MPlayer does not support DVD menus due to serious +architectural limitations that prevent proper handling of still images and +interactive content. If you want to have fancy menus, you will have to use +another player like xine, +vlc or Ogle. +If you want to see DVD navigation in MPlayer you +will have to implement it yourself, but be aware that it is a major +undertaking.