Browse Source

doc/decoders: Document libopencore-amrnb decoder

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.0
Timothy Gu Michael Niedermayer 12 years ago
parent
commit
b43860ee0c
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      doc/decoders.texi

+ 12
- 0
doc/decoders.texi View File

@@ -99,6 +99,18 @@ value is 0 (disabled).

@end table

@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}.

An FFmpeg native decoder for AMR-NB exists, so users can decode AMR-NB
without this library.

@c man end AUDIO DECODERS

@chapter Subtitles Decoders


Loading…
Cancel
Save