[FFmpeg-devel] [PATCH 4/6] doc/decoders: Document libilbc decoder

Timothy Gu timothygu99 at gmail.com
Sun Jun 16 01:10:02 CEST 2013


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

diff --git a/doc/decoders.texi b/doc/decoders.texi
index 1640ba8..cce0db3 100644
--- a/doc/decoders.texi
+++ b/doc/decoders.texi
@@ -79,6 +79,27 @@ You need 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. Using it requires the presence of the libilbc headers and
+library during configuration. You need to explicitly configure the build
+with @code{--enable-libilbc}.
+
+ at subsection Options
+
+The following options are 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
 
 @chapter Subtitles Decoders
-- 
1.8.1.2



More information about the ffmpeg-devel mailing list