Commit dbbb31e5 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/jpeg2000: remove unused variable

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 32b1131f
......@@ -286,7 +286,6 @@ int ff_jpeg2000_init_component(Jpeg2000Component *comp,
* see ISO/IEC 15444-1:2002 E.1 and A.6.4. */
switch (qntsty->quantsty) {
uint8_t gain;
int numbps;
case JPEG2000_QSTY_NONE:
/* TODO: to verify. No quantization in this case */
band->f_stepsize = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment