Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2022-11-04 08:48:23 +0300
committerPeter Ross <pross@xvid.org>2022-11-07 08:08:35 +0300
commitb48d2320f118f8a687a7e65f57adecbe3479e7a0 (patch)
treee3a86d88269109a466f65eb7897164cfb961eef5 /tests/fate
parente75e3ac106140b7de6a7cd26d2a14d83c36f5630 (diff)
fate/video: vqc testcase
Diffstat (limited to 'tests/fate')
-rw-r--r--tests/fate/video.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/video.mak b/tests/fate/video.mak
index 40cdd9e3b6..af7e77e814 100644
--- a/tests/fate/video.mak
+++ b/tests/fate/video.mak
@@ -374,6 +374,9 @@ fate-xxan-wc4: CMD = framecrc -i $(TARGET_SAMPLES)/wc4-xan/wc4trailer-partial.av
FATE_VIDEO-$(call FRAMECRC, WAV, SMVJPEG) += fate-smvjpeg
fate-smvjpeg: CMD = framecrc -idct simple -flags +bitexact -i $(TARGET_SAMPLES)/smv/clock.smv -an
+FATE_VIDEO-$(call FRAMECRC, AVI, VQC) += fate-vqc
+fate-vqc: CMD = framecrc -i $(TARGET_SAMPLES)/vqc/samp1.avi
+
FATE_VIDEO += $(FATE_VIDEO-yes)
FATE_SAMPLES_FFMPEG += $(FATE_VIDEO)