summaryrefslogtreecommitdiff
path: root/doc/decoders.texi
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2013-06-17 17:42:08 -0700
committerMichael Niedermayer <michaelni@gmx.at>2013-06-18 18:03:22 +0200
commite3580449221c79cf611995dc7e2fcb61dd867d4c (patch)
treef23f546f9c0b9db24c5b46bc6cf1d0e501191efd /doc/decoders.texi
parent59b13750d2cd617049b59205d78716d3fc5afda0 (diff)
doc/decoders: Document libcelt
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/decoders.texi')
-rw-r--r--doc/decoders.texi8
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