]> git.sesse.net Git - ffmpeg/commit
aiff: add support for XA ADPCM
authorMisty De Meo <mistydemeo@gmail.com>
Wed, 3 Jan 2018 08:14:22 +0000 (19:14 +1100)
committerMichael Niedermayer <michael@niedermayer.cc>
Thu, 4 Jan 2018 20:39:34 +0000 (21:39 +0100)
commitfde057dfb25e2b6917fc896a0b2dfec0f336b1ce
tree12cc22f4f34bd96e1d1b1e645703a188be6f035a
parent8d9c9775b248b0a0f43bd96a242b5311fcc28b72
aiff: add support for XA ADPCM

Certain AIFF files encode XA ADPCM compressed audio using a chunk
with the tag `APCM`. Aside from this custom chunk type, they're
otherwise standard AIFF files. I've only observed these files in the
Sega Saturn game Sonic Jam so far.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/aiffdec.c