diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-09-08 21:39:36 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-09-08 21:39:36 +0000 |
commit | db0e9b034b9afbc75d211f8c880ed52b5d200560 (patch) | |
tree | 7f7a4b711c38b879c31af156d398e368bb4093f6 /doc | |
parent | f71869a4db1d20dd93cb6a37ba8ef1249812c864 (diff) | |
download | ffmpeg-streaming-db0e9b034b9afbc75d211f8c880ed52b5d200560.zip ffmpeg-streaming-db0e9b034b9afbc75d211f8c880ed52b5d200560.tar.gz |
AC3 note
Originally committed as revision 2229 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/faq.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/faq.texi b/doc/faq.texi index 3a57c3d..e85a29d 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 ? |