vdpaumpeg4dec: fix typo in default_non_intra_quant_matrix
This commit is contained in:
parent
8612a936ec
commit
629b6ff099
@ -41,7 +41,7 @@ const guint8 default_intra_quant_mat[64] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const guint8 default_non_intra_quant_mat[64] = {
|
const guint8 default_non_intra_quant_mat[64] = {
|
||||||
6, 17, 18, 19, 20, 21, 22, 23,
|
16, 17, 18, 19, 20, 21, 22, 23,
|
||||||
17, 18, 19, 20, 21, 22, 23, 24,
|
17, 18, 19, 20, 21, 22, 23, 24,
|
||||||
18, 19, 20, 21, 22, 23, 24, 25,
|
18, 19, 20, 21, 22, 23, 24, 25,
|
||||||
19, 20, 21, 22, 23, 24, 26, 27,
|
19, 20, 21, 22, 23, 24, 26, 27,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user