mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
Merge commit '7c60c124c8dfaebfafa2b3c11b316db549617732'
* commit '7c60c124c8dfaebfafa2b3c11b316db549617732': hqx: Drop unused offsets table Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
66de11b064
@ -2138,10 +2138,6 @@ const HQXAC ff_hqx_ac[NUM_HQX_AC] = {
|
|||||||
{ 11, 6, ac128_lut },
|
{ 11, 6, ac128_lut },
|
||||||
};
|
};
|
||||||
|
|
||||||
static const int table_off[] = {
|
|
||||||
0, 32, 928, 2272, 4640,
|
|
||||||
};
|
|
||||||
|
|
||||||
#define INIT_DC_TABLE(idx, name) \
|
#define INIT_DC_TABLE(idx, name) \
|
||||||
do { \
|
do { \
|
||||||
ret = init_vlc(&ctx->dc_vlc[idx], HQX_DC_VLC_BITS, \
|
ret = init_vlc(&ctx->dc_vlc[idx], HQX_DC_VLC_BITS, \
|
||||||
|
Loading…
Reference in New Issue
Block a user