diff --git a/doc/faq.texi b/doc/faq.texi
index 3a57c3df2944625d5a557b4f7e5aaa552214c4ff..e85a29deb27184b38c6c60f55ad7f36cd92742d9 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
@@ -50,6 +50,13 @@ portable, bloated and often slow.
 
 Use @file{-} as filename.
 
+@section Why Audio is not decoded in VOB files ?
+
+AC3 decoding is optional as the codec is currently released under the
+GPL. Enable it with @code{./configure --enable-a52}. Take care: by
+enabling AC3, you automatically change the license of libavcodec from
+LGPL to GPL.
+
 @chapter Development
 
 @section Are there examples of use of the FFmpeg libraries libavcodec and libavformat ?