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:
Diffstat (limited to 'tests/fate/video.mak')
-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)