Commit 66de11b0 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '7c60c124'

* commit '7c60c124':
  hqx: Drop unused offsets table
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 07ca090e 7c60c124
......@@ -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, \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment