aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2023-06-30 13:45:34 -0300
committerJames Almer <jamrial@gmail.com>2023-06-30 13:48:50 -0300
commite4d4d616ba08f4046f2247f57f8b5a8fb0b05369 (patch)
tree99cbdb5d92d372c5fd3e4652ed467faa1f5a8f1a
parent46a5b9e2c063f7a6776323afdebe6d9558ba96c1 (diff)
downloadffmpeg-e4d4d616ba08f4046f2247f57f8b5a8fb0b05369.tar.gz
fate/cbs: run the VVC tests within the fate-cbs target
Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r--tests/fate/cbs.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/cbs.mak b/tests/fate/cbs.mak
index 344515a7fa..b01a02766f 100644
--- a/tests/fate/cbs.mak
+++ b/tests/fate/cbs.mak
@@ -2,7 +2,7 @@
# arguments, it decomposes the stream fully and then recomposes it
# without making any changes.
-fate-cbs: fate-cbs-av1 fate-cbs-h264 fate-cbs-hevc fate-cbs-mpeg2 fate-cbs-vp9
+fate-cbs: fate-cbs-av1 fate-cbs-h264 fate-cbs-hevc fate-cbs-mpeg2 fate-cbs-vp9 fate-cbs-vvc
FATE_CBS_DEPS = $(call ALLYES, $(1)_DEMUXER $(2)_PARSER $(3)_METADATA_BSF $(4)_DECODER $(5)_MUXER)
FATE_CBS_NO_DEC_DEPS = $(call ALLYES, $(1)_DEMUXER $(2)_PARSER $(3)_METADATA_BSF $(4)_MUXER)