diff options
author | Timothy Gu <timothygu99@gmail.com> | 2013-06-27 19:07:32 -0700 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2013-08-28 09:35:19 -0700 |
commit | 5582cfd0e44b87947a4cd846eca06be937ec3b09 (patch) | |
tree | d091830bca768f5fcb4c7c9e85ad72c5c4aa88bf | |
parent | 68c9f5cf64ab58b6b91259ca959dd84c25721f5a (diff) | |
download | ffmpeg-5582cfd0e44b87947a4cd846eca06be937ec3b09.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 |