Add two test vectors with multiple AV1 sequences
This commit adds two test vectors with two AV1 sequences in each. The
two sequences in each vector have different resolutions to verify
that decoder can handle at least resolution change correctly.
BUG=aomedia:2109
Change-Id: Ia90a4123336d50d297f6fa43081712e719a49ee6
diff --git a/test/test_data_util.cmake b/test/test_data_util.cmake
index acb7a17..5f1107a 100644
--- a/test/test_data_util.cmake
+++ b/test/test_data_util.cmake
@@ -500,7 +500,11 @@
"av1-1-b8-01-size-66x66.ivf"
"av1-1-b8-01-size-66x66.ivf.md5"
"av1-1-b8-02-allintra.ivf"
- "av1-1-b8-02-allintra.ivf.md5")
+ "av1-1-b8-02-allintra.ivf.md5"
+ "av1-1-b8-03-sizeup.mkv"
+ "av1-1-b8-03-sizeup.mkv.md5"
+ "av1-1-b8-03-sizedown.mkv"
+ "av1-1-b8-03-sizedown.mkv.md5")
endif()
if(ENABLE_ENCODE_PERF_TESTS AND CONFIG_AV1_ENCODER)