Re: [FFmpeg-devel] [PATCH 1/3] aiff: add support for XA ADPCM

2018-01-04 Thread Michael Niedermayer
On Wed, Jan 03, 2018 at 07:14:22PM +1100, mi...@brew.sh wrote: > From: Misty De Meo > > 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

[FFmpeg-devel] [PATCH 1/3] aiff: add support for XA ADPCM

2018-01-03 Thread misty
From: Misty De Meo 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. --- libavformat/aiffdec.c | 7 +++ 1 fi