Skip to content

nvh264sldec: Fix wrong scaling list matrix scan order

Quatization matrix of NVDEC should be raster scan order but h264parser stores it in zig-zag scan order. We need to convert the matrix.

Fixes: #1272 (closed)

Merge request reports