From 7eb5288f17aad81d5bd1b4d3d46533e457df262c Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Thu, 27 Jun 2013 19:07:32 -0700 Subject: doc/decoders: document libopus decoder Signed-off-by: Stefano Sabatini --- doc/decoders.texi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/decoders.texi b/doc/decoders.texi index e907a61576..aa82add080 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 -- cgit v1.2.3