Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2013-06-21 03:33:49 +0400
committerTimothy Gu <timothygu99@gmail.com>2013-08-26 22:27:08 +0400
commit025e28675716102bfbcb86549b39c18f3bf58f04 (patch)
tree942225c04ce8c93265b139d28b6f326004b0b6c5 /doc
parent79ec45a455463f4e32263298d3a3ba9b585a373b (diff)
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/decoders.texi21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/decoders.texi b/doc/decoders.texi
index 4885607801..f3e57a0ef0 100644
--- a/doc/decoders.texi
+++ b/doc/decoders.texi
@@ -78,6 +78,27 @@ 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
@chapter Subtitles Decoders