[FFmpeg-cvslog] doc/decoders: Document libcelt

Timothy Gu git at videolan.org
Wed Aug 28 01:42:00 CEST 2013


ffmpeg | branch: release/0.11 | Timothy Gu <timothygu99 at gmail.com> | Mon Jun 17 17:42:08 2013 -0700| [d74657922178ddac222c34d983d19445309b7eaa] | committer: Timothy Gu

doc/decoders: Document libcelt

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
(cherry picked from commit e3580449221c79cf611995dc7e2fcb61dd867d4c)

Signed-off-by: Timothy Gu <timothygu99 at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d74657922178ddac222c34d983d19445309b7eaa
---

 doc/decoders.texi |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/doc/decoders.texi b/doc/decoders.texi
index 87ad4ee..6a18c76 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.
 
+ at 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



More information about the ffmpeg-cvslog mailing list