Skip to content
  • DRC's avatar
    tjDecodeYUV*: Fix err if TJ inst used for prog dec · ded5a504
    DRC authored
    If the TurboJPEG instance passed to tjDecodeYUV[Planes]() was previously
    used to decompress a progressive JPEG image, then we need to disable the
    progressive decompression parameters in the underlying libjpeg instance
    before calling jinit_master_decompress().
    
    This commit also modifies the build system so that the "tjtest" target
    will test for this issue, and it corrects a previous oversight in the
    build system whereby tjbenchtest did not test progressive
    compression/decompression unless WITH_JAVA was true.
    ded5a504
To find the state of this project's repository at the time of any of these versions, check out the tags.