diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-11-21 15:29:15 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-11-24 10:56:47 +0000 |
commit | 3d8e684f0592603a91a2f33e68ae1934148f7d81 (patch) | |
tree | 474e3f5173807ebed237d26019a7c68bc9bc056b /libavcodec/adpcm_data.h | |
parent | ed591ed842dad0e23e7ba83d854faa61d2e2eb0f (diff) | |
download | ffmpeg-3d8e684f0592603a91a2f33e68ae1934148f7d81.tar.gz |
ADPCM IMA Dialogic 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 24a6909c37..0ebb7c3f04 100644 --- a/libavcodec/adpcm_data.h +++ b/libavcodec/adpcm_data.h @@ -30,6 +30,7 @@ extern const int8_t ff_adpcm_index_table[16]; extern const int16_t ff_adpcm_step_table[89]; +extern const int16_t ff_adpcm_oki_step_table[49]; extern const int16_t ff_adpcm_AdaptationTable[]; extern const uint8_t ff_adpcm_AdaptCoeff1[]; extern const int8_t ff_adpcm_AdaptCoeff2[]; |