summaryrefslogtreecommitdiff
path: root/doc/decoders.texi
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2013-06-27 19:07:32 -0700
committerStefano Sabatini <stefasab@gmail.com>2013-06-28 13:09:10 +0200
commit7eb5288f17aad81d5bd1b4d3d46533e457df262c (patch)
tree26ce9b0801bd9eef60f64c3bea6748be9bd4acb9 /doc/decoders.texi
parent934df3b0375743ae2b03168a4174edb9f88a6889 (diff)
doc/decoders: document libopus decoder
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'doc/decoders.texi')
-rw-r--r--doc/decoders.texi9
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