OSDN Git Service

doc/decoders: document libopus decoder
authorTimothy Gu <timothygu99@gmail.com>
Fri, 28 Jun 2013 02:07:32 +0000 (19:07 -0700)
committerStefano Sabatini <stefasab@gmail.com>
Fri, 28 Jun 2013 11:09:10 +0000 (13:09 +0200)
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
doc/decoders.texi

index e907a61..aa82add 100644 (file)
@@ -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