mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
codecparsers: h265 : Fix default scaling list values
Fix the default_scaling_list values based on Table 7-6 https://bugzilla.gnome.org/show_bug.cgi?id=754834
This commit is contained in:
parent
b2149e7bb4
commit
81435c8891
1 changed files with 2 additions and 2 deletions
|
@ -123,8 +123,8 @@ static const guint8 default_scaling_list1[64] = {
|
||||||
* Default scaling list of 32x32 matrix for matrixId = 1
|
* Default scaling list of 32x32 matrix for matrixId = 1
|
||||||
*/
|
*/
|
||||||
static const guint8 default_scaling_list2[64] = {
|
static const guint8 default_scaling_list2[64] = {
|
||||||
16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 17,
|
16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 17, 17,
|
||||||
17, 17, 17, 17, 18, 18, 18, 18, 18, 20, 20, 20,
|
17, 17, 17, 18, 18, 18, 18, 18, 18, 20, 20, 20,
|
||||||
20, 20, 20, 20, 24, 24, 24, 24, 24, 24, 24, 24,
|
20, 20, 20, 20, 24, 24, 24, 24, 24, 24, 24, 24,
|
||||||
25, 25, 25, 25, 25, 25, 25, 28, 28, 28, 28, 28,
|
25, 25, 25, 25, 25, 25, 25, 28, 28, 28, 28, 28,
|
||||||
28, 33, 33, 33, 33, 33, 41, 41, 41, 41, 54, 54,
|
28, 33, 33, 33, 33, 33, 41, 41, 41, 41, 54, 54,
|
||||||
|
|
Loading…
Reference in a new issue