diff options
author | Timothy Gu <timothygu99@gmail.com> | 2013-06-21 18:17:21 +0200 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2013-08-26 11:50:45 -0700 |
commit | b4bc355523ba9c9f358838400f4a72d81a56b296 (patch) | |
tree | 77c72d0a7a0feb46329cb4d538e793669bfb1785 /doc | |
parent | ef5552a410743d77ae812c7d86981fbfcaf6acfa (diff) | |
download | ffmpeg-b4bc355523ba9c9f358838400f4a72d81a56b296.tar.gz |
doc/decoders: Add libopencore-amrwb decoder doc
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
(cherry picked from commit 83647ace735d1707d4b28345ef77fefe525ea52e)
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'doc')
-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 0ef9148281..f246fc443a 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. +@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 |