diff options
author | Martin Storsjö <martin@martin.st> | 2010-12-19 21:40:23 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2011-04-11 14:55:51 +0300 |
commit | d89e738a0c63b30a60ca1688158d54b204824161 (patch) | |
tree | 3751ac1b63454fcdd63753f409ca76a1ba33aff2 /doc | |
parent | 029f966c3aa73531a90cb14ca95057f2fb3f0a26 (diff) | |
download | ffmpeg-d89e738a0c63b30a60ca1688158d54b204824161.tar.gz |
Add an AAC encoder by using the libvo-aacenc library
Signed-off-by: Martin Storsjö <martin@martin.st>
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 5d66e42b6b..a8fab31200 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -540,7 +540,7 @@ following image formats are supported: @item Name @tab Encoding @tab Decoding @tab Comments @item 8SVX audio @tab @tab X @item AAC @tab E @tab X - @tab encoding supported through external library libfaac + @tab encoding supported through external library libfaac and libvo-aacenc @item AC-3 @tab IX @tab X @item ADPCM 4X Movie @tab @tab X @item ADPCM CDROM XA @tab @tab X |