diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2017-12-17 19:53:35 +0100 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2018-03-07 22:26:53 +0100 |
commit | 4439887198025a9782f2ed52f8fda995269aad07 (patch) | |
tree | dc152252a5996d3530972b441c306863220f1410 /doc/general.texi | |
parent | 0b4ad86959cdd5c53474faf2c0b46e0f8a057fe1 (diff) | |
download | ffmpeg-4439887198025a9782f2ed52f8fda995269aad07.tar.gz |
sbc: implement SBC decoder (low-complexity subband codec)
This was originally based on libsbc, and was fully integrated into ffmpeg.
Diffstat (limited to 'doc/general.texi')
-rw-r--r-- | doc/general.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi index 63aed34808..91aad1c22d 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -1141,6 +1141,8 @@ following image formats are supported: @tab Real low bitrate AC-3 codec @item RealAudio Lossless @tab @tab X @item RealAudio SIPR / ACELP.NET @tab @tab X +@item SBC (low-complexity subband codec) @tab @tab X + @tab Used in Bluetooth A2DP @item Shorten @tab @tab X @item Sierra VMD audio @tab @tab X @tab Used in Sierra VMD files. |