diff options
author | Timothy Gu <timothygu99@gmail.com> | 2013-06-17 17:42:08 -0700 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2013-08-28 09:35:18 -0700 |
commit | 46ecbef251d21bbe47471f23bf2e43dec869a856 (patch) | |
tree | 523704f1bc2bfcb696c08779b035d31dd8d82946 | |
parent | 528dd54d15e0360d1368e87e1f72910dd80177da (diff) | |
download | ffmpeg-46ecbef251d21bbe47471f23bf2e43dec869a856.tar.gz |
doc/decoders: Document libcelt
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit e3580449221c79cf611995dc7e2fcb61dd867d4c)
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
-rw-r--r-- | doc/decoders.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/decoders.texi b/doc/decoders.texi index 2d812a27ff..7d639b98b3 100644 --- a/doc/decoders.texi +++ b/doc/decoders.texi @@ -60,6 +60,14 @@ This decoder generates wave patterns according to predefined sequences. Its use is purely internal and the format of the data it accepts is not publicly documented. +@section libcelt + +libcelt decoder wrapper + +libcelt allows libavcodec to decode the Xiph CELT ultra-low delay audio codec. +Requires the presence of the libcelt headers and library during configuration. +You need to explicitly configure the build with @code{--enable-libcelt}. + @c man end AUDIO DECODERS @chapter Subtitles Decoders |