diff options
author | Timothy Gu <timothygu99@gmail.com> | 2013-06-20 20:08:35 -0700 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2013-08-26 11:50:45 -0700 |
commit | ef5552a410743d77ae812c7d86981fbfcaf6acfa (patch) | |
tree | 65eb56fffefc1ae385027aec029c84dd125b273b | |
parent | 7c23166dd348eb3fb18849dee6fe2c4421d30f2c (diff) | |
download | ffmpeg-ef5552a410743d77ae812c7d86981fbfcaf6acfa.tar.gz |
doc/decoders: Document libopencore-amrnb decoder
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit b43860ee0c27279f2fa020ea965c03d359f8f45c)
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
-rw-r--r-- | doc/decoders.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/decoders.texi b/doc/decoders.texi index 0fe55e4eb3..0ef9148281 100644 --- a/doc/decoders.texi +++ b/doc/decoders.texi @@ -99,4 +99,16 @@ value is 0 (disabled). @end table +@section libopencore-amrnb + +libopencore-amrnb decoder wrapper + +libopencore-amrnb allows libavcodec to decode the Adaptive Multi-Rate +Narrowband audio codec. Using it requires the presence of the +libopencore-amrnb headers and library during configuration. You need to +explicitly configure the build with @code{--enable-libopencore-amrnb}. + +An FFmpeg native decoder for AMR-NB exists, so users can decode AMR-NB +without this library. + @c man end AUDIO DECODERS |