Skip to content

jpegdec: Fix crash when interlaced field height is not DCT block size aligned

Seungha Yang requested to merge seungha.yang/gst-plugins-good:jpeg-crash into master

In case of interlaced JPEG file, we are doubling stride. The scratch scan line should take account of it as well.

Edited by Seungha Yang

Merge request reports