Re: [libav-devel] [PATCH 2/2] dxva2_h264: pass the correct 8x8 scaling lists

2011-09-30 Thread Luca Barbato
On 9/25/11 12:26 PM, Janne Grunau wrote: From: Carl Eugen Hoyos Copy the Inter 8x8 scaling list as second 8x8 matrix into DXVA2's quantization matrix data structure instead of a potentially unset Intra chroma scaling matrix. Fix dxva2 decoding for some H264 samples. I assume it works, could y

[libav-devel] [PATCH 2/2] dxva2_h264: pass the correct 8x8 scaling lists

2011-09-25 Thread Janne Grunau
From: Carl Eugen Hoyos Copy the Inter 8x8 scaling list as second 8x8 matrix into DXVA2's quantization matrix data structure instead of a potentially unset Intra chroma scaling matrix. Fix dxva2 decoding for some H264 samples. Signed-off-by: Janne Grunau --- libavcodec/dxva2_h264.c | 14