diff options
author | James Almer <jamrial@gmail.com> | 2015-09-20 23:20:43 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2015-09-20 23:30:50 -0300 |
commit | ddbb8d5edadba9b7954029bbf36690172e378626 (patch) | |
tree | 10ba4d290ea9ef59cbb558234de5db41c9f12561 | |
parent | 41aa6b209585bdec14ca9c0b69862be03c39de69 (diff) | |
download | ffmpeg-ddbb8d5edadba9b7954029bbf36690172e378626.tar.gz |
doc: mention libavcodec can decode Opus natively
Signed-off-by: James Almer <jamrial@gmail.com>
(cherry picked from commit fd9ac48dc8aebcbd601af34336234d5102b36e21)
-rw-r--r-- | doc/general.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/general.texi b/doc/general.texi index 2b782e0f56..c620855bbe 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -983,8 +983,8 @@ following image formats are supported: @item Musepack SV8 @tab @tab X @item Nellymoser Asao @tab X @tab X @item On2 AVC (Audio for Video Codec) @tab @tab X -@item Opus @tab E @tab E - @tab supported through external library libopus +@item Opus @tab E @tab X + @tab encoding supported through external library libopus @item PCM A-law @tab X @tab X @item PCM mu-law @tab X @tab X @item PCM signed 8-bit planar @tab X @tab X |