mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
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>
This commit is contained in:
parent
45b56455ad
commit
e9778d20a4
@ -9,7 +9,6 @@ VVC_SAMPLES_10BIT = \
|
||||
BUMP_A_2 \
|
||||
DCI_A_3 \
|
||||
HRD_A_3 \
|
||||
OPI_B_3 \
|
||||
PHSH_B_1 \
|
||||
POC_A_1 \
|
||||
PPS_B_1 \
|
||||
@ -21,7 +20,6 @@ VVC_SAMPLES_10BIT = \
|
||||
STILL_B_1 \
|
||||
SUBPIC_A_3 \
|
||||
TILE_A_2 \
|
||||
VPS_A_3 \
|
||||
WP_A_3 \
|
||||
WPP_A_3 \
|
||||
WRAP_A_4 \
|
||||
@ -31,6 +29,8 @@ VVC_SAMPLES_444_10BIT = \
|
||||
|
||||
# not tested:
|
||||
# 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
|
||||
$(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