st/omx/dec/h264: fix corruption when scaling matrix present flag set
authorLeo Liu <leo.liu@amd.com>
Mon, 1 Feb 2016 18:32:31 +0000 (13:32 -0500)
committerLeo Liu <leo.liu@amd.com>
Wed, 3 Feb 2016 01:29:47 +0000 (20:29 -0500)
commit6ad2e55a1405ac3757439dae55ed86425bb65806
treee6c268e9477b2580910a515c90d2c323fbc7490a
parent4f598f2173c6555a52aad942ce6ea75c65afe21a
st/omx/dec/h264: fix corruption when scaling matrix present flag set

The scaling list should be filled out with zig zag scan

v2: integrate zig zag scan for list 4x4 to vl(Christian)
v3: move list determination out from the loop(Ilia)

Cc: "11.0 11.1" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Leo Liu <leo.liu@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
src/gallium/state_trackers/omx/vid_dec_h264.c