[FFmpeg-devel] [PATCH 4/4] fate: add v210 mov test
Dave Rice
dave at dericed.com
Sun Nov 19 04:19:29 EET 2017
From fe9e3aa13ecf3b4cb81f279696bcc21602662e7a Mon Sep 17 00:00:00 2001
From: Dave Rice <dave at dericed.com>
Date: Sat, 18 Nov 2017 20:32:33 -0500
Subject: [PATCH 4/4] fate: add v210 mov test
---
tests/fate/vcodec.mak | 4 ++++
tests/ref/vsynth/vsynth1-mov-v210 | 4 ++++
2 files changed, 8 insertions(+)
create mode 100644 tests/ref/vsynth/vsynth1-mov-v210
diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak
index bbcf25d72a..0206312a53 100644
--- a/tests/fate/vcodec.mak
+++ b/tests/fate/vcodec.mak
@@ -360,6 +360,10 @@ fate-vsynth%-mov-bpp16: CODEC = rawvideo
fate-vsynth%-mov-bpp16: ENCOPTS = -pix_fmt rgb565le
fate-vsynth%-mov-bpp16: FMT = mov
+FATE_VCODEC-$(call ENCDEC, V210, MOV) += mov-v210
+fate-vsynth%-mov-v210: CODEC = v210
+fate-vsynth%-mov-v210: FMT = mov
+
FATE_VCODEC-$(call ENCDEC, ROQ, ROQ) += roqvideo
fate-vsynth%-roqvideo: CODEC = roqvideo
fate-vsynth%-roqvideo: ENCOPTS = -frames 5
diff --git a/tests/ref/vsynth/vsynth1-mov-v210 b/tests/ref/vsynth/vsynth1-mov-v210
new file mode 100644
index 0000000000..035f8df6ff
--- /dev/null
+++ b/tests/ref/vsynth/vsynth1-mov-v210
@@ -0,0 +1,4 @@
+a96ffa7a9ccb8242cb462dd698b3e222 *tests/data/fate/vsynth1-mov-v210.mov
+14746427 tests/data/fate/vsynth1-mov-v210.mov
+2ba7f4ca302f3c4147860b9dfb12b6e4 *tests/data/fate/vsynth1-mov-v210.out.rawvideo
+stddev: 1.84 PSNR: 42.81 MAXDIFF: 29 bytes: 7603200/ 7603200
--
2.15.0
More information about the ffmpeg-devel
mailing list