diff options
author | David Conrad <lessen42@gmail.com> | 2008-10-25 06:59:14 +0000 |
---|---|---|
committer | David Conrad <lessen42@gmail.com> | 2008-10-25 06:59:14 +0000 |
commit | f6958006f76189d222cc5321f1d3b06f0cee49b3 (patch) | |
tree | bd1b1cc629af9bbbd5ef4020f826ed6864a60644 | |
parent | 6e587953b9bba2b8d05375722c75bcd95d29c690 (diff) | |
download | ffmpeg-f6958006f76189d222cc5321f1d3b06f0cee49b3.tar.gz |
Documentation and changelog update for libspeex decoding
Originally committed as revision 15698 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | Changelog | 1 | ||||
-rw-r--r-- | doc/general.texi | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -138,6 +138,7 @@ version <next> - Nellymoser ASAO encoder - ASS and SSA demuxer and muxer - liba52 wrapper removed +- Speex decoding via libspeex version 0.4.9-pre1: diff --git a/doc/general.texi b/doc/general.texi index 972c4e6434..b183ca2e43 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -409,6 +409,8 @@ following image formats are supported: @tab experimental codec @item Sonic lossless @tab X @tab X @tab experimental codec +@item Speex @tab @tab X + @tab Supported through the external libspeex library. @item THP ADPCM @tab @tab X @tab Used on the Nintendo GameCube. @item True Audio (TTA) @tab @tab X |