diff options
author | James Almer <jamrial@gmail.com> | 2023-07-02 20:26:22 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2023-07-07 11:56:37 -0300 |
commit | 13ef5025e395831f6a9e45751e984d898f3738eb (patch) | |
tree | fb1eff70a1df669ef05d2e483d40758d894565b6 /tests | |
parent | 3a30abd8ae708e608fe58d3a6ceb80f6aeb37b1d (diff) | |
download | ffmpeg-13ef5025e395831f6a9e45751e984d898f3738eb.tar.gz |
fate/cbs: add more VVC tests
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/cbs.mak | 5 | ||||
-rw-r--r-- | tests/ref/fate/cbs-vvc-APSALF_A_2 | 1 | ||||
-rw-r--r-- | tests/ref/fate/cbs-vvc-APSLMCS_D_1 | 1 | ||||
-rw-r--r-- | tests/ref/fate/cbs-vvc-APSMULT_A_4 | 1 | ||||
-rw-r--r-- | tests/ref/fate/cbs-vvc-DCI_A_3 | 1 | ||||
-rw-r--r-- | tests/ref/fate/cbs-vvc-OPI_B_3 | 1 |
6 files changed, 10 insertions, 0 deletions
diff --git a/tests/fate/cbs.mak b/tests/fate/cbs.mak index 4d8742d99c..802b0351a3 100644 --- a/tests/fate/cbs.mak +++ b/tests/fate/cbs.mak @@ -167,12 +167,17 @@ fate-cbs-hevc: $(FATE_CBS_HEVC-yes) # H.266 read/write FATE_CBS_VVC_SAMPLES = \ + APSALF_A_2.bit \ + APSLMCS_D_1.bit \ + APSMULT_A_4.bit \ AUD_A_3.bit \ BOUNDARY_A_3.bit \ BUMP_A_2.bit \ CodingToolsSets_A_2.bit \ CROP_B_4.bit \ + DCI_A_3.bit \ HRD_A_3.bit \ + OPI_B_3.bit \ PHSH_B_1.bit \ POC_A_1.bit \ PPS_B_1.bit \ diff --git a/tests/ref/fate/cbs-vvc-APSALF_A_2 b/tests/ref/fate/cbs-vvc-APSALF_A_2 new file mode 100644 index 0000000000..eb2fc02a5e --- /dev/null +++ b/tests/ref/fate/cbs-vvc-APSALF_A_2 @@ -0,0 +1 @@ +c981a00e28e51adde1654850935a889d diff --git a/tests/ref/fate/cbs-vvc-APSLMCS_D_1 b/tests/ref/fate/cbs-vvc-APSLMCS_D_1 new file mode 100644 index 0000000000..430dc934b7 --- /dev/null +++ b/tests/ref/fate/cbs-vvc-APSLMCS_D_1 @@ -0,0 +1 @@ +e2e3407885d84e0dee5ec5d51dd4a3a6 diff --git a/tests/ref/fate/cbs-vvc-APSMULT_A_4 b/tests/ref/fate/cbs-vvc-APSMULT_A_4 new file mode 100644 index 0000000000..79f29373b9 --- /dev/null +++ b/tests/ref/fate/cbs-vvc-APSMULT_A_4 @@ -0,0 +1 @@ +66dc3dba5c25bcaab231007bc059c331 diff --git a/tests/ref/fate/cbs-vvc-DCI_A_3 b/tests/ref/fate/cbs-vvc-DCI_A_3 new file mode 100644 index 0000000000..fec635afa5 --- /dev/null +++ b/tests/ref/fate/cbs-vvc-DCI_A_3 @@ -0,0 +1 @@ +2b0eb33eb66078a3454619c5612e7bc2 diff --git a/tests/ref/fate/cbs-vvc-OPI_B_3 b/tests/ref/fate/cbs-vvc-OPI_B_3 new file mode 100644 index 0000000000..99c85165aa --- /dev/null +++ b/tests/ref/fate/cbs-vvc-OPI_B_3 @@ -0,0 +1 @@ +c35066104c7cf9be0e7b9aad5b576256 |