diff options
author | Timothy Gu <timothygu99@gmail.com> | 2013-06-27 19:07:32 -0700 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-06-28 13:09:10 +0200 |
commit | 7eb5288f17aad81d5bd1b4d3d46533e457df262c (patch) | |
tree | 26ce9b0801bd9eef60f64c3bea6748be9bd4acb9 | |
parent | 934df3b0375743ae2b03168a4174edb9f88a6889 (diff) | |
download | ffmpeg-7eb5288f17aad81d5bd1b4d3d46533e457df262c.tar.gz |
doc/decoders: document libopus decoder
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
-rw-r--r-- | doc/decoders.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/decoders.texi b/doc/decoders.texi index e907a61576..aa82add080 100644 --- a/doc/decoders.texi +++ b/doc/decoders.texi @@ -123,6 +123,15 @@ 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. +@section libopus + +libopus decoder wrapper. + +libopus allows libavcodec to decode the Opus Interactive Audio Codec. +Requires the presence of the libopus headers and library during +configuration. You need to explicitly configure the build with +@code{--enable-libopus}. + @c man end AUDIO DECODERS @chapter Subtitles Decoders |