summaryrefslogtreecommitdiff
path: root/doc/faq.texi
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-01-26 12:04:56 +0000
committerDiego Biurrun <diego@biurrun.de>2008-01-26 12:04:56 +0000
commitcbf7878e9717b16f1fc4860dc6fbccfc882d4ef2 (patch)
tree294a0249f67c6b0f925ae1666add05cb07dd47ca /doc/faq.texi
parent067db6a58a7441b448e9132f0e8d1a02dc7a2b1a (diff)
Update AC-3 FAQ entry.
Originally committed as revision 11613 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/faq.texi')
-rw-r--r--doc/faq.texi11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/faq.texi b/doc/faq.texi
index 5fffd8c81e..1272a78c8f 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
@@ -77,13 +77,12 @@ quite logical that there is a small reduction of quality. This is not a bug.
Use @file{-} as filename.
-@section Why does ffmpeg not decode audio in VOB files?
+@section Why does FFmpeg not decode audio in VOB files?
-The audio is AC3 (a.k.a. A/52). AC3 decoding is an optional component in ffmpeg
-as the component that handles AC3 decoding (liba52) is currently released under
-the GPL. If you have liba52 installed on your system, enable AC3 decoding
-with @code{./configure --enable-liba52 --enable-gpl}. Take care: by
-enabling AC3, you automatically change the license of libavcodec from
+The audio is AC-3 (a.k.a. A/52). AC-3 decoding is an optional component in FFmpeg
+as the component that handles AC-3 decoding is currently released under the GPL.
+Enable AC-3 decoding with @code{./configure --enable-gpl}. Take care: By
+enabling AC-3, you automatically change the license of libavcodec from
LGPL to GPL.
@section Which codecs are supported by Windows?