Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-03-17 23:18:19 +0300
committerMichael Niedermayer <michaelni@gmx.at>2015-03-17 23:18:25 +0300
commit66de11b064fc7184d765a1f5fe2e1280854071cc (patch)
tree9edf85fcb2b563b1ad202279f81d11bea53ebd79 /libavcodec/hqxvlc.c
parent07ca090e814e3f93680fdef555f3688822a0cdbd (diff)
parent7c60c124c8dfaebfafa2b3c11b316db549617732 (diff)
Merge commit '7c60c124c8dfaebfafa2b3c11b316db549617732'
* commit '7c60c124c8dfaebfafa2b3c11b316db549617732': hqx: Drop unused offsets table Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/hqxvlc.c')
-rw-r--r--libavcodec/hqxvlc.c4
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, \