[FFmpeg-devel] [PATCH 6/6] doc/decoders: Add libopencore-amrwb decoder doc

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


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

diff --git a/doc/decoders.texi b/doc/decoders.texi
index 17b0b45..5964556 100644
--- a/doc/decoders.texi
+++ b/doc/decoders.texi
@@ -112,6 +112,18 @@ 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.
 
+ at section libopencore-amrwb
+
+libopencore-amrwb decoder wrapper
+
+libopencore-amrwb allows libavcodec to decode the Adaptive Multi-Rate
+Wideband audio codec. Using it requires the presence of the
+libopencore-amrwb headers and library during configuration. You need to
+explicitly configure the build with @code{--enable-libopencore-amrwb}.
+
+FFmpeg-native decoder for AMR-WB exists, so users can decode AMR-WB without
+this library.
+
 @c man end AUDIO DECODERS
 
 @chapter Subtitles Decoders
-- 
1.8.1.2



More information about the ffmpeg-devel mailing list