diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-09-13 17:00:38 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-10-10 17:44:41 +0200 |
commit | 148ada5577262c6c18ae97604df8fe1c18b096e2 (patch) | |
tree | 5aab26e0299c8f989a24a5495294c6c8069969c9 /doc | |
parent | 5274f2f7f8c5e40d18b84055fbb232752bd24f2f (diff) | |
download | ffmpeg-148ada5577262c6c18ae97604df8fe1c18b096e2.tar.gz |
avcodec: add native Speex decoder
Diffstat (limited to 'doc')
-rw-r--r-- | doc/general_contents.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/general_contents.texi b/doc/general_contents.texi index ef841ecfd8..df1692c8df 100644 --- a/doc/general_contents.texi +++ b/doc/general_contents.texi @@ -1231,7 +1231,7 @@ following image formats are supported: @item GSM Microsoft variant @tab E @tab X @tab encoding supported through external library libgsm @item IAC (Indeo Audio Coder) @tab @tab X -@item iLBC (Internet Low Bitrate Codec) @tab E @tab E +@item iLBC (Internet Low Bitrate Codec) @tab E @tab EX @tab encoding and decoding supported through external library libilbc @item IMC (Intel Music Coder) @tab @tab X @item Interplay ACM @tab @tab X @@ -1303,7 +1303,7 @@ following image formats are supported: @tab experimental codec @item Sonic lossless @tab X @tab X @tab experimental codec -@item Speex @tab E @tab E +@item Speex @tab E @tab EX @tab supported through external library libspeex @item TAK (Tom's lossless Audio Kompressor) @tab @tab X @item True Audio (TTA) @tab X @tab X |