summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/xml/en/faq.xml10
-rw-r--r--help/help_mp-en.h2
2 files changed, 11 insertions, 1 deletions
diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml
index 7ed2bebbb5..fc2a3e906a 100644
--- a/DOCS/xml/en/faq.xml
+++ b/DOCS/xml/en/faq.xml
@@ -757,6 +757,16 @@ Use the <ulink url="http://linvdr.org/projects/regionset/">regionset tool</ulink
<qandaentry>
<question><para>
+I can't play a DVD, MPlayer hangs or outputs "Encrypted VOB file!" errors.
+</para></question>
+<answer><para>
+CSS decryption code does not work with some DVD drives unless you set
+the region code appropriately. See the answer to the previous question.
+</para></answer>
+</qandaentry>
+
+<qandaentry>
+<question><para>
Do I need to be (setuid) root to be able to play a DVD?
</para></question>
<answer><para>
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 2f695774c9..d4db9c0c8b 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -559,7 +559,7 @@ static char help_text[]=
#define MSGTR_CantSeekRawAVI "Cannot seek in raw AVI streams. (Index required, try with the -idx switch.)\n"
#define MSGTR_CantSeekFile "Cannot seek in this file.\n"
-#define MSGTR_EncryptedVOB "Encrypted VOB file! Read DOCS/HTML/en/dvd.html.\n"
+#define MSGTR_EncryptedVOB "Encrypted VOB file! Read DOCS/HTML/en/cd-dvd.html.\n"
#define MSGTR_MOVcomprhdr "MOV: Compressed headers support requires ZLIB!\n"
#define MSGTR_MOVvariableFourCC "MOV: WARNING: Variable FOURCC detected!?\n"