]> git.sesse.net Git - ffmpeg/commitdiff
doc/decoders: Document libopencore-amrnb decoder
authorTimothy Gu <timothygu99@gmail.com>
Fri, 21 Jun 2013 03:08:35 +0000 (20:08 -0700)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 21 Jun 2013 10:26:34 +0000 (12:26 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
doc/decoders.texi

index f3e57a0ef0f6e680c9ee95ad8e8fa8a07a556e31..08f8df8074e702b627a0b1a858d9cccab5486295 100644 (file)
@@ -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