Skip to content
Snippets Groups Projects
Commit bfe1cd80 authored by Joseph Artsimovich's avatar Joseph Artsimovich Committed by Vittorio Giovara
Browse files

dnxhddata: Fix 10-bit DNxHD quant matrices


Convert them to zigzag order, as the rest of them are.

When I was adding support for 10-bit DNxHD, I just copy-pasted the
missing quant matrices from the spec. Now it turns out the existing
matrices in dnxhddata.c were in zigzag order. This resulted in wrong
quantization for 10-bit DNxHD. The attached patch fixes the problem by
converting 10-bit quant matrices to zigzag order.

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 38014692
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment