vdpaumpeg4dec: fix typo in default_non_intra_quant_matrix

This commit is contained in:
Carl-Anton Ingmarsson 2010-08-08 23:56:43 +02:00
parent 8612a936ec
commit 629b6ff099

View file

@ -41,7 +41,7 @@ const guint8 default_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,
18, 19, 20, 21, 22, 23, 24, 25,
19, 20, 21, 22, 23, 24, 26, 27,