From 3be186fe851d61812438e075727ae65a52c858f8 Mon Sep 17 00:00:00 2001 From: He Junyan Date: Sat, 28 Mar 2020 14:46:13 +0800 Subject: libs: parser: h265: Add SCC extension support. Add support for screen content coding extensions profiles. Part-of: --- tests/check/libs/h265parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/check/libs') diff --git a/tests/check/libs/h265parser.c b/tests/check/libs/h265parser.c index e04ce72c6..819b8cdeb 100644 --- a/tests/check/libs/h265parser.c +++ b/tests/check/libs/h265parser.c @@ -642,7 +642,7 @@ GST_START_TEST (test_h265_parse_pps) assert_equals_int (pps.pps_range_extension_flag, 1); assert_equals_int (pps.pps_multilayer_extension_flag, 0); assert_equals_int (pps.pps_3d_extension_flag, 0); - assert_equals_int (pps.pps_extension_5bits, 0); + assert_equals_int (pps.pps_extension_4bits, 0); assert_equals_int (pps. pps_extension_params.log2_max_transform_skip_block_size_minus2, 0); assert_equals_int (pps. -- cgit v1.2.1