mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-04-04 23:31:01 +00:00
doc/decoders: document libopus decoder
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
This commit is contained in:
parent
934df3b037
commit
7eb5288f17
@ -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
|
An FFmpeg native decoder for AMR-WB exists, so users can decode AMR-WB
|
||||||
without this library.
|
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
|
@c man end AUDIO DECODERS
|
||||||
|
|
||||||
@chapter Subtitles Decoders
|
@chapter Subtitles Decoders
|
||||||
|
Loading…
Reference in New Issue
Block a user