diff options
author | James Almer | 2018-05-21 17:46:48 -0400 |
---|---|---|
committer | James Almer | 2018-11-05 21:48:11 -0300 |
commit | beaa350e24167f4ff31275a6114693f5ce7cd409 (patch) | |
tree | 2f07139bb43f4a427dab2016d9eac8b5926892ca /doc | |
parent | f5894178fb8063ec17c61c04df96a70607ca2daa (diff) |
avcodec: libdav1d AV1 decoder wrapper.
Originally written by Ronald S. Bultje, with fixes, optimizations and
improvements by James Almer.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-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 2b015f143a..5256e0653d 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -758,8 +758,8 @@ following image formats are supported: @item Autodesk Animator Flic video @tab @tab X @item Autodesk RLE @tab @tab X @tab fourcc: AASC -@item AV1 @tab @tab E - @tab Supported through external library libaom +@item AV1 @tab E @tab E + @tab Supported through external libraries libaom and libdav1d @item Avid 1:1 10-bit RGB Packer @tab X @tab X @tab fourcc: AVrp @item AVS (Audio Video Standard) video @tab @tab X |