diff options
author | Zane van Iperen <zane@zanevaniperen.com> | 2020-01-26 03:36:50 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-01-26 10:23:54 +0100 |
commit | bf890ae0d7803492a729c2c8f2a5c907ade2a9f8 (patch) | |
tree | d6c58c078376c986aa74618930e26edaf13437dd /doc | |
parent | 15d160cc0b23f531a3f7f3f4c9eb463b179227f3 (diff) | |
download | ffmpeg-bf890ae0d7803492a729c2c8f2a5c907ade2a9f8.tar.gz |
avcodec: add decoder for argonaut games' adpcm codec
Adds support for the ADPCM variant used by some Argonaut Games' games,
such as 'Croc! Legend of the Gobbos', and 'Croc 2'.
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/general.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi index 4bd4b4f6b9..85db50462c 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -1079,6 +1079,7 @@ following image formats are supported: @item ACELP.KELVIN @tab @tab X @item ADPCM 4X Movie @tab @tab X @item APDCM Yamaha AICA @tab @tab X +@item ADPCM Argonaut Games @tab @tab X @item ADPCM CDROM XA @tab @tab X @item ADPCM Creative Technology @tab @tab X @tab 16 -> 4, 8 -> 4, 8 -> 3, 8 -> 2 |