diff options
author | Timothy Gu | 2013-06-21 18:17:21 +0200 |
---|---|---|
committer | Stefano Sabatini | 2013-06-21 18:19:37 +0200 |
commit | 83647ace735d1707d4b28345ef77fefe525ea52e (patch) | |
tree | 55291543cd9280eca327ad371c522e13f16c862c /doc/decoders.texi | |
parent | 3f8750776f38bdd929691de53338510341f0da56 (diff) |
doc/decoders: Add libopencore-amrwb decoder doc
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'doc/decoders.texi')
-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 08f8df8074..345540b9f8 100644 --- a/doc/decoders.texi +++ b/doc/decoders.texi @@ -111,6 +111,18 @@ 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 @chapter Subtitles Decoders |