Browse code

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>

Timothy Gu authored on 2013/06/21 08:33:49
Showing 1 changed files
... ...
@@ -78,6 +78,27 @@ to explicitly configure the build with @code{--enable-libgsm}.
78 78
 
79 79
 This decoder supports both the ordinary GSM and the Microsoft variant.
80 80
 
81
+@section libilbc
82
+
83
+libilbc decoder wrapper
84
+
85
+libilbc allows libavcodec to decode the Internet Low Bitrate Codec (iLBC)
86
+audio codec. Requires the presence of the libilbc headers and library during
87
+configuration. You need to explicitly configure the build with
88
+@code{--enable-libilbc}.
89
+
90
+@subsection Options
91
+
92
+The following option is supported by the libilbc wrapper.
93
+
94
+@table @option
95
+@item enhance
96
+
97
+Enable the enhancement of the decoded audio when set to 1. The default
98
+value is 0 (disabled).
99
+
100
+@end table
101
+
81 102
 @c man end AUDIO DECODERS
82 103
 
83 104
 @chapter Subtitles Decoders