summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>2015-09-10 16:28:31 +0300
committerSebastian Dröge <sebastian@centricular.com>2015-09-10 21:10:17 +0200
commit81435c88918e0178b8263af7dfc2984b7a8a0bd2 (patch)
treed966f5f783740e21d9ee3e2a8351110da892b850 /gst-libs
parentb2149e7bb419e246737969a443486e9fbb750100 (diff)
downloadgstreamer-plugins-bad-81435c88918e0178b8263af7dfc2984b7a8a0bd2.tar.gz
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
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/codecparsers/gsth265parser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/codecparsers/gsth265parser.c b/gst-libs/gst/codecparsers/gsth265parser.c
index 9bbcecba1..3f07d1388 100644
--- a/gst-libs/gst/codecparsers/gsth265parser.c
+++ b/gst-libs/gst/codecparsers/gsth265parser.c
@@ -123,8 +123,8 @@ static const guint8 default_scaling_list1[64] = {
* Default scaling list of 32x32 matrix for matrixId = 1
*/
static const guint8 default_scaling_list2[64] = {
- 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 17,
- 17, 17, 17, 17, 18, 18, 18, 18, 18, 20, 20, 20,
+ 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 17, 17,
+ 17, 17, 17, 18, 18, 18, 18, 18, 18, 20, 20, 20,
20, 20, 20, 20, 24, 24, 24, 24, 24, 24, 24, 24,
25, 25, 25, 25, 25, 25, 25, 28, 28, 28, 28, 28,
28, 33, 33, 33, 33, 33, 41, 41, 41, 41, 54, 54,