fate/vvc: disable vvc-conformance-OPI_B_3 and vvc-conformance-VPS_A_3
Both samples rely on a feature our decoder doesn't currently support. Should fix fate failures on some systems where not even the one single frame could be generated. Signed-off-by: James Almer <jamrial@gmail.com> (cherry picked from commit e9778d20a434c77166b1725a1f6343170ac45d82)
This commit is contained in:
parent
112fdae9f9
commit
4bb04c52fb
@ -9,7 +9,6 @@ VVC_SAMPLES_10BIT = \
|
|||||||
BUMP_A_2 \
|
BUMP_A_2 \
|
||||||
DCI_A_3 \
|
DCI_A_3 \
|
||||||
HRD_A_3 \
|
HRD_A_3 \
|
||||||
OPI_B_3 \
|
|
||||||
PHSH_B_1 \
|
PHSH_B_1 \
|
||||||
POC_A_1 \
|
POC_A_1 \
|
||||||
PPS_B_1 \
|
PPS_B_1 \
|
||||||
@ -21,7 +20,6 @@ VVC_SAMPLES_10BIT = \
|
|||||||
STILL_B_1 \
|
STILL_B_1 \
|
||||||
SUBPIC_A_3 \
|
SUBPIC_A_3 \
|
||||||
TILE_A_2 \
|
TILE_A_2 \
|
||||||
VPS_A_3 \
|
|
||||||
WP_A_3 \
|
WP_A_3 \
|
||||||
WPP_A_3 \
|
WPP_A_3 \
|
||||||
WRAP_A_4 \
|
WRAP_A_4 \
|
||||||
@ -31,6 +29,8 @@ VVC_SAMPLES_444_10BIT = \
|
|||||||
|
|
||||||
# not tested:
|
# not tested:
|
||||||
# BOUNDARY_A_3 (too big)
|
# BOUNDARY_A_3 (too big)
|
||||||
|
# OPI_B_3 (Inter layer ref support needed)
|
||||||
|
# VPS_A_3 (Inter layer ref support needed)
|
||||||
|
|
||||||
FATE_VVC_VARS := 8BIT 10BIT 444_10BIT
|
FATE_VVC_VARS := 8BIT 10BIT 444_10BIT
|
||||||
$(foreach VAR,$(FATE_VVC_VARS), $(eval VVC_TESTS_$(VAR) := $(addprefix fate-vvc-conformance-, $(VVC_SAMPLES_$(VAR)))))
|
$(foreach VAR,$(FATE_VVC_VARS), $(eval VVC_TESTS_$(VAR) := $(addprefix fate-vvc-conformance-, $(VVC_SAMPLES_$(VAR)))))
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
#tb 0: 1/25
|
|
||||||
#media_type 0: video
|
|
||||||
#codec_id 0: rawvideo
|
|
||||||
#dimensions 0: 416x240
|
|
||||||
#sar 0: 0/1
|
|
||||||
0, 0, 0, 1, 299520, 0xdf1640db
|
|
@ -1,6 +0,0 @@
|
|||||||
#tb 0: 1/25
|
|
||||||
#media_type 0: video
|
|
||||||
#codec_id 0: rawvideo
|
|
||||||
#dimensions 0: 208x120
|
|
||||||
#sar 0: 0/1
|
|
||||||
0, 0, 0, 1, 74880, 0x1b401a6d
|
|
Loading…
x
Reference in New Issue
Block a user