aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2013-06-20 16:33:49 -0700
committerTimothy Gu <timothygu99@gmail.com>2013-08-26 11:50:44 -0700
commit7c23166dd348eb3fb18849dee6fe2c4421d30f2c (patch)
treebf15da2ab64a6bfb6cd965dbe8e0effc8a13c899
parentcb0707479ce97bca41304de41c7e0dd8c22699ac (diff)
downloadffmpeg-7c23166dd348eb3fb18849dee6fe2c4421d30f2c.tar.gz
doc/decoders: Document libilbc decoder
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 8cdea50f6eee1271e24ff0c9590522f8323e87fe) Signed-off-by: Timothy Gu <timothygu99@gmail.com>
-rw-r--r--doc/decoders.texi21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/decoders.texi b/doc/decoders.texi
index 951fe6d03b..0fe55e4eb3 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.
+@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
+@code{--enable-libilbc}.
+
+@subsection Options
+
+The following option is supported by the libilbc wrapper.
+
+@table @option
+@item enhance
+
+Enable the enhancement of the decoded audio when set to 1. The default
+value is 0 (disabled).
+
+@end table
+
@c man end AUDIO DECODERS