mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avcodec: add decoder for Simon & Schuster Interactive's ADPCM variant
Adds support for the ADPCM variant used by some Simon & Schuster Interactive games such as Real War, and Real War: Rogue States. Signed-off-by: Zane van Iperen <zane@zanevaniperen.com> Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
31d7b17c46
commit
5d038a86d6
6 changed files with 22 additions and 2 deletions
|
|
@ -609,6 +609,7 @@ extern AVCodec ff_adpcm_ima_oki_decoder;
|
|||
extern AVCodec ff_adpcm_ima_qt_encoder;
|
||||
extern AVCodec ff_adpcm_ima_qt_decoder;
|
||||
extern AVCodec ff_adpcm_ima_rad_decoder;
|
||||
extern AVCodec ff_adpcm_ima_ssi_decoder;
|
||||
extern AVCodec ff_adpcm_ima_smjpeg_decoder;
|
||||
extern AVCodec ff_adpcm_ima_wav_encoder;
|
||||
extern AVCodec ff_adpcm_ima_wav_decoder;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue