hqx: Drop unused offsets table

This is a leftover from the static to dynamic vlc table conversion.
This commit is contained in:
Vittorio Giovara 2015-03-16 13:40:35 +00:00
parent 4326bc364b
commit 7c60c124c8
1 changed files with 0 additions and 4 deletions

View 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, \