diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-03-17 21:18:19 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-03-17 21:18:25 +0100 |
commit | 66de11b064fc7184d765a1f5fe2e1280854071cc (patch) | |
tree | 9edf85fcb2b563b1ad202279f81d11bea53ebd79 | |
parent | 07ca090e814e3f93680fdef555f3688822a0cdbd (diff) | |
parent | 7c60c124c8dfaebfafa2b3c11b316db549617732 (diff) | |
download | ffmpeg-66de11b064fc7184d765a1f5fe2e1280854071cc.tar.gz |
Merge commit '7c60c124c8dfaebfafa2b3c11b316db549617732'
* commit '7c60c124c8dfaebfafa2b3c11b316db549617732':
hqx: Drop unused offsets table
Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/hqxvlc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/hqxvlc.c b/libavcodec/hqxvlc.c index 8d6a0b5c68..06a8073661 100644 --- a/libavcodec/hqxvlc.c +++ b/libavcodec/hqxvlc.c @@ -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, \ |