On Mon, 16 Mar 2015, Vittorio Giovara wrote:

This is a leftover from the static to dynamic vlc table conversion.
---
libavcodec/hqxvlc.c | 4 ----
1 file changed, 4 deletions(-)

diff --git a/libavcodec/hqxvlc.c b/libavcodec/hqxvlc.c
index 9bb8adb..d185e86 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,                    \
--
1.9.3 (Apple Git-50)

Ok

// Martin
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to