diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-07-08 14:09:14 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-07-08 14:09:14 +0000 |
commit | 159f799dc07c5f662c94ec12865888f56e9e032a (patch) | |
tree | 418db24bb4d9b98f978989709d3619af64b8a675 /doc | |
parent | 3d172fb5de6f6dc9d054e4d7d5bf2ededd13f263 (diff) | |
download | ffmpeg-159f799dc07c5f662c94ec12865888f56e9e032a.tar.gz |
liba52 is not always used for AC-3 decoding.
Originally committed as revision 14120 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/general.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/general.texi b/doc/general.texi index 0e68925bf6..161a5ed740 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -272,7 +272,7 @@ following image formats are supported: @item MPEG audio layer 1/3 @tab X @tab IX @tab MP3 encoding is supported through the external library LAME. @item AC-3 @tab IX @tab IX -@tab liba52 is used internally for decoding. +@tab liba52 can be used alternatively for decoding. @item Vorbis @tab X @tab X @item WMA V1/V2 @tab X @tab X @item AAC @tab X @tab X |