Freescale / libimxvpuapi

i.MX VPU API Library
GNU Lesser General Public License v2.1
88 stars 54 forks source link

Copy quantization table in zig zag order #16

Closed toffe closed 8 years ago

toffe commented 8 years ago

The JPEG specification requires the DQT to be in zig zag order and I have verified with Freescale (NXP) that the VPU also expects this order.

toffe commented 8 years ago

This commit solves issue #14.

dv1 commented 8 years ago

Anyway, your change works for me. Thanks for that, finally fixing this was on my list :)