mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-27 01:30:35 +08:00
avcodec: add support for Cunning Developments' ADPCM
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
committed by
Michael Niedermayer
parent
f4d8fad802
commit
3e22e738c0
@@ -42,5 +42,7 @@ extern const int16_t ff_adpcm_yamaha_indexscale[];
|
||||
extern const int8_t ff_adpcm_yamaha_difflookup[];
|
||||
extern const int16_t ff_adpcm_afc_coeffs[2][16];
|
||||
extern const int16_t ff_adpcm_mtaf_stepsize[32][16];
|
||||
extern const int8_t ff_adpcm_ima_cunning_index_table[8];
|
||||
extern const int16_t ff_adpcm_ima_cunning_step_table[61];
|
||||
|
||||
#endif /* AVCODEC_ADPCM_DATA_H */
|
||||
|
||||
Reference in New Issue
Block a user