Re: [FFmpeg-devel] [PATCH 1/2] avcodec: add decoder for Rayman 2's ADPCM variant
On 2/17/20, Zane van Iperen wrote: > Adds support for the ADPCM variant used in Rayman 2's files. > > Signed-off-by: Zane van Iperen > --- > libavcodec/Makefile | 1 + > libavcodec/adpcm.c | 24 > libavcodec/allcodecs.c | 1 + > libavcodec/avcodec.h| 1 +
[FFmpeg-devel] [PATCH 1/2] avcodec: add decoder for Rayman 2's ADPCM variant
Adds support for the ADPCM variant used in Rayman 2's files. Signed-off-by: Zane van Iperen --- libavcodec/Makefile | 1 + libavcodec/adpcm.c | 24 libavcodec/allcodecs.c | 1 + libavcodec/avcodec.h| 1 + libavcodec/codec_desc.c | 7 +++ libavcodec/