From 4439887198025a9782f2ed52f8fda995269aad07 Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Sun, 17 Dec 2017 19:53:35 +0100 Subject: sbc: implement SBC decoder (low-complexity subband codec) This was originally based on libsbc, and was fully integrated into ffmpeg. --- doc/general.texi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/general.texi') 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. -- cgit v1.2.3