mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-13 03:24:14 +00:00
vdpaumpeg4dec: fix typo in default_non_intra_quant_matrix
This commit is contained in:
parent
8612a936ec
commit
629b6ff099
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue