diff options
author | Timothy Gu <timothygu99@gmail.com> | 2013-06-20 20:08:35 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-06-21 12:26:34 +0200 |
commit | b43860ee0c27279f2fa020ea965c03d359f8f45c (patch) | |
tree | 4fda19e8b628a6cc476a0df5b3a3585ca5b7a799 | |
parent | 1ee8fadb811f3b1ef370c7d6c7bf62088f1cc954 (diff) | |
download | ffmpeg-b43860ee0c27279f2fa020ea965c03d359f8f45c.tar.gz |
doc/decoders: Document libopencore-amrnb decoder
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-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 f3e57a0ef0..08f8df8074 100644 --- a/doc/decoders.texi +++ b/doc/decoders.texi @@ -99,6 +99,18 @@ 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 @chapter Subtitles Decoders |