Browse Source

avcodec/jpeg2000: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.7
Michael Niedermayer 10 years ago
parent
commit
dbbb31e5bb
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/jpeg2000.c

+ 0
- 1
libavcodec/jpeg2000.c View File

@@ -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;


Loading…
Cancel
Save