]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/gsmdec_data.h
hevc: remove unused array min_cb_addr_zs
[ffmpeg] / libavcodec / gsmdec_data.h
index 2f3a2d29af6aae26091c8f1cbab064b16452ee4e..f5581d53ba88c10cc5987279e44959cd4802f112 100644 (file)
@@ -26,7 +26,6 @@
 #include "avcodec.h"
 
 typedef struct GSMContext {
-    AVFrame frame;
     // Contains first 120 elements from the previous frame
     // (used by long_term_synth according to the "lag"),
     // then in the following 160 elements the current
@@ -41,4 +40,6 @@ typedef struct GSMContext {
 extern const uint16_t ff_gsm_long_term_gain_tab[4];
 extern const int16_t ff_gsm_dequant_tab[64][8];
 
+extern const int* const ff_gsm_apcm_bits[][4];
+
 #endif /* AVCODEC_GSMDEC_DATA_H */