aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2013-06-17 17:42:08 -0700
committerTimothy Gu <timothygu99@gmail.com>2013-08-26 11:50:44 -0700
commitff8e4d7f1b7724391254f6493f9c91e6f6c5e7fd (patch)
tree82817e18ade994aee4c081bf5d764b95ca115e68
parenta191b3dbccb37018129e071269319ebd45e2b561 (diff)
downloadffmpeg-ff8e4d7f1b7724391254f6493f9c91e6f6c5e7fd.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.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/decoders.texi b/doc/decoders.texi
index 87ad4eea26..6a18c76a69 100644
--- a/doc/decoders.texi
+++ b/doc/decoders.texi
@@ -60,4 +60,12 @@ 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