aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2013-06-27 19:07:32 -0700
committerTimothy Gu <timothygu99@gmail.com>2013-08-26 11:28:25 -0700
commit02f1ae5406aa1827fcd788ca86793b5c7c2becb2 (patch)
tree5c7c43ab10f813d847351bee7f9e79f46c9feb86
parentaaac34f5e6fd9f8c740d35f6301680682810ced9 (diff)
downloadffmpeg-02f1ae5406aa1827fcd788ca86793b5c7c2becb2.tar.gz
doc/decoders: document libopus decoder
Signed-off-by: Stefano Sabatini <stefasab@gmail.com> (cherry picked from commit 7eb5288f17aad81d5bd1b4d3d46533e457df262c) Signed-off-by: Timothy Gu <timothygu99@gmail.com>
-rw-r--r--doc/decoders.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/decoders.texi b/doc/decoders.texi
index 345540b9f8..cdcbe6515b 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