mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avcodec: add adpcm MTAF decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
e7c5dbb4d1
commit
8c17eea46f
9 changed files with 122 additions and 1 deletions
|
|
@ -41,5 +41,6 @@ extern const int8_t ff_adpcm_AdaptCoeff2[];
|
|||
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];
|
||||
|
||||
#endif /* AVCODEC_ADPCM_DATA_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue