[FFmpeg-devel] [PATCH] doc/decoders: Document libopus decoder
Timothy Gu
timothygu99 at gmail.com
Fri Jun 28 04:07:32 CEST 2013
---
doc/decoders.texi | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/doc/decoders.texi b/doc/decoders.texi
index e907a61..aa82add 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.
+ at 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
+ at code{--enable-libopus}.
+
@c man end AUDIO DECODERS
@chapter Subtitles Decoders
--
1.8.1.2
More information about the ffmpeg-devel
mailing list