diff options
author | Timothy Gu <timothygu99@gmail.com> | 2013-06-27 19:07:32 -0700 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2013-08-26 11:28:25 -0700 |
commit | 02f1ae5406aa1827fcd788ca86793b5c7c2becb2 (patch) | |
tree | 5c7c43ab10f813d847351bee7f9e79f46c9feb86 | |
parent | aaac34f5e6fd9f8c740d35f6301680682810ced9 (diff) | |
download | ffmpeg-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.texi | 9 |
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 |