diff options
author | Daniel Verkamp <daniel@drv.nu> | 2009-12-08 21:18:40 +0000 |
---|---|---|
committer | Daniel Verkamp <daniel@drv.nu> | 2009-12-08 21:18:40 +0000 |
commit | 21600a77741e3f1703fa888004e05a063b53847b (patch) | |
tree | 259cd61a120bb5855baec5cb5cb373b1a8fc2e31 /doc/faq.texi | |
parent | 2d0cacded7e34157d257abc262d01841d3c38844 (diff) | |
download | ffmpeg-21600a77741e3f1703fa888004e05a063b53847b.tar.gz |
AC-3 decoder is no longer GPL; update FAQ
Originally committed as revision 20776 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/faq.texi')
-rw-r--r-- | doc/faq.texi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index 0d923a48e0..97fa3931cd 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -176,14 +176,6 @@ quite logical that there is a small reduction of quality. This is not a bug. Use @file{-} as file name. -@section Why does FFmpeg not decode audio in VOB files? - -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 Why does the chrominance data seem to be sampled at a different time from the luminance data on bt8x8 captures on Linux? This is a well-known bug in the bt8x8 driver. For 2.4.26 there is a patch at |