X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fjpeg2000.c;h=09654e82f6e0ad6333fb1454ddd2c37f02fa69f9;hb=bc9927b8548b665038bced3f94f72021d1992007;hp=87650170fabc484b9f9c63e311ea490f2450d0f6;hpb=e3ec2cde2c394af6c9b64bccd39bc206a88a4e58;p=ffmpeg diff --git a/libavcodec/jpeg2000.c b/libavcodec/jpeg2000.c index 87650170fab..09654e82f6e 100644 --- a/libavcodec/jpeg2000.c +++ b/libavcodec/jpeg2000.c @@ -189,7 +189,7 @@ void ff_jpeg2000_set_significance(Jpeg2000T1Context *t1, int x, int y, t1->flags[(y - 1) * t1->stride + x - 1] |= JPEG2000_T1_SIG_SE; } -static const uint8_t lut_gain[2][4] = { { 0, 0, 0, 0 }, { 0, 1, 1, 2 } }; +// static const uint8_t lut_gain[2][4] = { { 0, 0, 0, 0 }, { 0, 1, 1, 2 } }; (unused) int ff_jpeg2000_init_component(Jpeg2000Component *comp, Jpeg2000CodingStyle *codsty,