diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2017-11-10 22:09:23 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2017-11-10 21:32:06 +0000 |
commit | a337b36b8bd68cacd0e8903c0b26420cb30fbee8 (patch) | |
tree | 24f47394931c6bb78f582a1432d0fdabf1598efa /doc/general.texi | |
parent | 81c021c6a2d7848c31984d65f225ba54bdd6f560 (diff) | |
download | ffmpeg-a337b36b8bd68cacd0e8903c0b26420cb30fbee8.tar.gz |
aptx: implement the aptX bluetooth codec
The encoder was reverse engineered from binary library and from
EP0398973B1 patent (long expired).
The decoder was simply deduced from the encoder.
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 e6ae277d23..de4efee913 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -993,6 +993,8 @@ following image formats are supported: @item Amazing Studio PAF Audio @tab @tab X @item Apple lossless audio @tab X @tab X @tab QuickTime fourcc 'alac' +@item aptX @tab X @tab X + @tab Used in Bluetooth A2DP @item ATRAC1 @tab @tab X @item ATRAC3 @tab @tab X @item ATRAC3+ @tab @tab X |