summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2010-08-08 23:56:43 +0200
committerCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2010-08-09 00:36:01 +0200
commit629b6ff099cadc03eb3f252e1c31e9adf732e67b (patch)
tree6a99a7d6e14cb3553a978f36b1b258510e322bd2
parent8612a936ecfa2b05ce539b4be575ac6d7b39c49e (diff)
vdpaumpeg4dec: fix typo in default_non_intra_quant_matrix
-rw-r--r--sys/vdpau/mpeg4/mpeg4util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vdpau/mpeg4/mpeg4util.c b/sys/vdpau/mpeg4/mpeg4util.c
index d7e57b639..eeccb13d8 100644
--- a/sys/vdpau/mpeg4/mpeg4util.c
+++ b/sys/vdpau/mpeg4/mpeg4util.c
@@ -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,