diff options
author | James Almer <jamrial@gmail.com> | 2024-04-02 11:50:08 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-04-02 11:50:08 -0300 |
commit | e9778d20a434c77166b1725a1f6343170ac45d82 (patch) | |
tree | 737f757fdc0993f0d832c9c1d47f04cf47c7b826 | |
parent | 45b56455ad03649d66f151b2f14cecdd88fa3a2c (diff) | |
download | ffmpeg-e9778d20a434c77166b1725a1f6343170ac45d82.tar.gz |
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>
-rw-r--r-- | tests/fate/vvc.mak | 4 | ||||
-rw-r--r-- | tests/ref/fate/vvc-conformance-OPI_B_3 | 6 | ||||
-rw-r--r-- | tests/ref/fate/vvc-conformance-VPS_A_3 | 6 |
3 files changed, 2 insertions, 14 deletions
diff --git a/tests/fate/vvc.mak b/tests/fate/vvc.mak index 6cb3471b55..568d5784e0 100644 --- a/tests/fate/vvc.mak +++ b/tests/fate/vvc.mak @@ -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))))) diff --git a/tests/ref/fate/vvc-conformance-OPI_B_3 b/tests/ref/fate/vvc-conformance-OPI_B_3 deleted file mode 100644 index 6ce3b46a21..0000000000 --- a/tests/ref/fate/vvc-conformance-OPI_B_3 +++ /dev/null @@ -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 diff --git a/tests/ref/fate/vvc-conformance-VPS_A_3 b/tests/ref/fate/vvc-conformance-VPS_A_3 deleted file mode 100644 index bf9326b051..0000000000 --- a/tests/ref/fate/vvc-conformance-VPS_A_3 +++ /dev/null @@ -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 |