]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/adpcm_data.h
avcodec/qsvenc_h264: declare the QSVEncContext variable before using it
[ffmpeg] / libavcodec / adpcm_data.h
index b179d65f7a051698610c758430b66f7cec14b580..3ae27841e49242b4516b71e78dc22ffa20a12b07 100644 (file)
@@ -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 */