[FFmpeg-cvslog] doc/decoders: Add libopencore-amrwb decoder doc

Timothy Gu git at videolan.org
Thu Aug 29 00:22:04 CEST 2013


ffmpeg | branch: release/1.0 | Timothy Gu <timothygu99 at gmail.com> | Fri Jun 21 18:17:21 2013 +0200| [b4bc355523ba9c9f358838400f4a72d81a56b296] | committer: Timothy Gu

doc/decoders: Add libopencore-amrwb decoder doc

Signed-off-by: Stefano Sabatini <stefasab at gmail.com>
(cherry picked from commit 83647ace735d1707d4b28345ef77fefe525ea52e)

Signed-off-by: Timothy Gu <timothygu99 at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b4bc355523ba9c9f358838400f4a72d81a56b296
---

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

diff --git a/doc/decoders.texi b/doc/decoders.texi
index 0ef9148..f246fc4 100644
--- a/doc/decoders.texi
+++ b/doc/decoders.texi
@@ -111,4 +111,16 @@ 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.
 
+ 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}.
+
+An FFmpeg native decoder for AMR-WB exists, so users can decode AMR-WB
+without this library.
+
 @c man end AUDIO DECODERS



More information about the ffmpeg-cvslog mailing list