Commit 8cdea50f authored by Timothy Gu's avatar Timothy Gu Committed by Michael Niedermayer

doc/decoders: Document libilbc decoder

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 79cd5d39
...@@ -78,6 +78,27 @@ to explicitly configure the build with @code{--enable-libgsm}. ...@@ -78,6 +78,27 @@ to explicitly configure the build with @code{--enable-libgsm}.
This decoder supports both the ordinary GSM and the Microsoft variant. 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 @c man end AUDIO DECODERS
@chapter Subtitles Decoders @chapter Subtitles Decoders
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment