diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2010-12-18 03:03:18 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2010-12-18 03:03:18 +0000 |
commit | 2b2a597ec08b10a4995159b9f2572308c14dff47 (patch) | |
tree | 77422bc0e81a288c6efb8c4639bd247f93110da6 /doc | |
parent | 386268dfff214a75e6a4eec1b283e640366fde06 (diff) | |
download | ffmpeg-2b2a597ec08b10a4995159b9f2572308c14dff47.tar.gz |
AMR-WB decoder, written as part of Google Summer of Code 2010 by Marcelo
Galvão Póvoa <marspeoplester gmail com>, mentored by Robert Swain <robert
dot swain gmail com>.
Originally committed as revision 26051 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/general.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/general.texi b/doc/general.texi index 9eb8c86cbc..922816e1d8 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -574,8 +574,7 @@ following image formats are supported: @item ADPCM Yamaha @tab X @tab X @item AMR-NB @tab E @tab X @tab encoding supported through external library libopencore-amrnb -@item AMR-WB @tab @tab E - @tab decoding supported through external library libopencore-amrwb +@item AMR-WB @tab @tab X @item Apple lossless audio @tab X @tab X @tab QuickTime fourcc 'alac' @item Atrac 1 @tab @tab X |