diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-05-15 20:45:04 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-05-21 18:49:45 +0200 |
commit | 8c17eea46fea2e56f8a772f6e9658cc208c51d7a (patch) | |
tree | 4ea9594a52112d09c6fc8e958b1d97c5d57cb7a9 /libavcodec/adpcm_data.h | |
parent | e7c5dbb4d117591f4ec19a57828155d2009f9bd6 (diff) | |
download | ffmpeg-8c17eea46fea2e56f8a772f6e9658cc208c51d7a.tar.gz |
avcodec: add adpcm MTAF decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/adpcm_data.h')
-rw-r--r-- | libavcodec/adpcm_data.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/adpcm_data.h b/libavcodec/adpcm_data.h index b179d65f7a..3ae27841e4 100644 --- a/libavcodec/adpcm_data.h +++ b/libavcodec/adpcm_data.h @@ -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 */ |