]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/adpcm_data.h
avfilter/vf_scale: store the offset in a local variable before adding it
[ffmpeg] / libavcodec / adpcm_data.h
index 5a687131d82eece08ee34eb7e9f2bb928dbe0219..d678bfc71ac87a28343d72cef3646a815a0e17d9 100644 (file)
@@ -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[9];
+extern const int16_t ff_adpcm_ima_cunning_step_table[61];
 
 #endif /* AVCODEC_ADPCM_DATA_H */