# HG changeset patch
# User diego
# Date 1095768778 0
# Node ID 1167f25567ef9a2b1c686447c499aa13dec4be90
# Parent 126d72645564b786fd3237481bb67b885b394ae1
Better explain why we have no DVD menus and what to do about it (DIY).
diff -r 126d72645564 -r 1167f25567ef DOCS/xml/en/faq.xml
--- a/DOCS/xml/en/faq.xml Tue Sep 21 12:10:40 2004 +0000
+++ b/DOCS/xml/en/faq.xml Tue Sep 21 12:12:58 2004 +0000
@@ -1123,14 +1123,17 @@
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.