Dead assignment to runLength in the Jpeg codec

Issue #132 closed
Paolo Brandoli repo owner created an issue

The method jpegCodec::readBlock contains a dead assignment to the variable runLength:

spectralIndex += runLength;
runLength = 0;

After the assignment runLength is never read again

Comments (4)

  1. Log in to comment