]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/hqxvlc.c
Merge commit '56febc993b928ccc039a32158ca60b234c311875'
[ffmpeg] / libavcodec / hqxvlc.c
index 8d6a0b5c6875483dfa1d2b77be48d5edcaccca18..06a80736611190e7a7a54049b6c08c863ab82c6e 100644 (file)
@@ -2138,10 +2138,6 @@ const HQXAC ff_hqx_ac[NUM_HQX_AC] = {
     { 11, 6, ac128_lut },
 };
 
-static const int table_off[] = {
-    0, 32, 928, 2272, 4640,
-};
-
 #define INIT_DC_TABLE(idx, name)                                              \
     do {                                                                      \
         ret = init_vlc(&ctx->dc_vlc[idx], HQX_DC_VLC_BITS,                    \