[FFmpeg-cvslog] doc/decoders: Document libilbc decoder

Timothy Gu git at videolan.org
Thu Aug 29 00:22:04 CEST 2013


ffmpeg | branch: release/1.0 | Timothy Gu <timothygu99 at gmail.com> | Thu Jun 20 16:33:49 2013 -0700| [7c23166dd348eb3fb18849dee6fe2c4421d30f2c] | committer: Timothy Gu

doc/decoders: Document libilbc decoder

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

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

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

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

diff --git a/doc/decoders.texi b/doc/decoders.texi
index 951fe6d..0fe55e4 100644
--- a/doc/decoders.texi
+++ b/doc/decoders.texi
@@ -78,4 +78,25 @@ to explicitly configure the build with @code{--enable-libgsm}.
 
 This decoder supports both the ordinary GSM and the Microsoft variant.
 
+ at section libilbc
+
+libilbc decoder wrapper
+
+libilbc allows libavcodec to decode the Internet Low Bitrate Codec (iLBC)
+audio codec. Requires the presence of the libilbc headers and library during
+configuration. You need to explicitly configure the build with
+ at code{--enable-libilbc}.
+
+ at subsection Options
+
+The following option is supported by the libilbc wrapper.
+
+ at table @option
+ at item enhance
+
+Enable the enhancement of the decoded audio when set to 1. The default
+value is 0 (disabled).
+
+ at end table
+
 @c man end AUDIO DECODERS



More information about the ffmpeg-cvslog mailing list