Skip to content

Commit 1864025

Browse files
committed
fate/vvc: Add a sample which lose frames before 5c66a3
Signed-off-by: Zhao Zhili <[email protected]>
1 parent e726fde commit 1864025

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

tests/fate/vvc.mak

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ $(VVC_TESTS_8BIT): SCALE_OPTS := -pix_fmt yuv420p
4242
$(VVC_TESTS_10BIT): SCALE_OPTS := -pix_fmt yuv420p10le -vf scale
4343
$(VVC_TESTS_444_10BIT): SCALE_OPTS := -pix_fmt yuv444p10le -vf scale
4444
fate-vvc-conformance-%: CMD = framecrc -c:v vvc -i $(TARGET_SAMPLES)/vvc-conformance/$(subst fate-vvc-conformance-,,$(@)).bit $(SCALE_OPTS)
45+
fate-vvc-output-ref: CMD = framecrc -c:v vvc -i $(TARGET_SAMPLES)/vvc/Hierarchical.bit $(SCALE_OPTS)
4546

46-
FATE_VVC-$(call FRAMECRC, VVC, VVC, VVC_PARSER) += $(VVC_TESTS_8BIT)
47+
FATE_VVC-$(call FRAMECRC, VVC, VVC, VVC_PARSER) += $(VVC_TESTS_8BIT) fate-vvc-output-ref
4748
FATE_VVC-$(call FRAMECRC, VVC, VVC, VVC_PARSER SCALE_FILTER) += \
4849
$(VVC_TESTS_10BIT) \
4950
$(VVC_TESTS_444_10BIT) \

tests/ref/fate/vvc-output-ref

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
#tb 0: 1/25
2+
#media_type 0: video
3+
#codec_id 0: rawvideo
4+
#dimensions 0: 480x320
5+
#sar 0: 0/1
6+
0, 0, 0, 1, 230400, 0x3293f7f1
7+
0, 1, 1, 1, 230400, 0xe2570fa4
8+
0, 2, 2, 1, 230400, 0xecd608fb
9+
0, 3, 3, 1, 230400, 0xea46f9f4
10+
0, 4, 4, 1, 230400, 0xb715d24a
11+
0, 5, 5, 1, 230400, 0x69faaf46
12+
0, 6, 6, 1, 230400, 0xf9a362db
13+
0, 7, 7, 1, 230400, 0x2dcd19ca
14+
0, 8, 8, 1, 230400, 0xf8fda185
15+
0, 9, 9, 1, 230400, 0x48a35bfd
16+
0, 10, 10, 1, 230400, 0x27efe832
17+
0, 11, 11, 1, 230400, 0x74279617
18+
0, 12, 12, 1, 230400, 0x91935248
19+
0, 13, 13, 1, 230400, 0x29b621e6
20+
0, 14, 14, 1, 230400, 0x89b1ec0b
21+
0, 15, 15, 1, 230400, 0x898fdba1
22+
0, 16, 16, 1, 230400, 0xc6d18e6f
23+
0, 17, 17, 1, 230400, 0xedff651b
24+
0, 18, 18, 1, 230400, 0x677e2260
25+
0, 19, 19, 1, 230400, 0x930918ef
26+
0, 20, 20, 1, 230400, 0x70da2c30
27+
0, 21, 21, 1, 230400, 0x699a3b9d
28+
0, 22, 22, 1, 230400, 0xff3b1b3a
29+
0, 23, 23, 1, 230400, 0xca11d9a5
30+
0, 24, 24, 1, 230400, 0x904394e0
31+
0, 25, 25, 1, 230400, 0x392e5445
32+
0, 26, 26, 1, 230400, 0x6191f4d8
33+
0, 27, 27, 1, 230400, 0xa7d7be12
34+
0, 28, 28, 1, 230400, 0xbb29752c
35+
0, 29, 29, 1, 230400, 0x14ff297e

0 commit comments

Comments
 (0)