[FFmpeg-devel] [PATCH 5/6] doc/decoders: Document libopencore-amrnb decoder

Timothy Gu timothygu99 at gmail.com
Sun Jun 16 01:10:03 CEST 2013


---
 doc/decoders.texi | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/doc/decoders.texi b/doc/decoders.texi
index cce0db3..17b0b45 100644
--- a/doc/decoders.texi
+++ b/doc/decoders.texi
@@ -100,6 +100,18 @@ value is 0 (disabled).
 
 @end table
 
+ at 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}.
+
+FFmpeg-native decoder for AMR-NB exists, so users can decode AMR-NB without
+this library.
+
 @c man end AUDIO DECODERS
 
 @chapter Subtitles Decoders
-- 
1.8.1.2



More information about the ffmpeg-devel mailing list