[FFmpeg-cvslog] fate: add 10-bit v210 encoder tests
James Darnley
git at videolan.org
Wed Jan 27 20:53:11 CET 2016
ffmpeg | branch: master | James Darnley <james.darnley at gmail.com> | Fri Jan 15 20:35:04 2016 +0100| [883ad2c59ceea1ced5495b5ccc83695ed4bbb94b] | committer: Luca Barbato
fate: add 10-bit v210 encoder tests
Signed-off-by: Luca Barbato <lu_zero at gentoo.org>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=883ad2c59ceea1ced5495b5ccc83695ed4bbb94b
---
tests/fate/vcodec.mak | 3 ++-
tests/ref/vsynth/vsynth1-v210-10 | 4 ++++
tests/ref/vsynth/vsynth2-v210-10 | 4 ++++
3 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak
index cb9b766..e562c98 100644
--- a/tests/fate/vcodec.mak
+++ b/tests/fate/vcodec.mak
@@ -212,7 +212,8 @@ FATE_VCODEC-$(call ENCDEC, SVQ1, MOV) += svq1
fate-vsynth%-svq1: ENCOPTS = -qscale 3 -pix_fmt yuv410p
fate-vsynth%-svq1: FMT = mov
-FATE_VCODEC-$(call ENCDEC, V210, AVI) += v210
+FATE_VCODEC-$(call ENCDEC, V210, AVI) += v210 v210-10
+fate-vsynth%-v210-10: ENCOPTS = -pix_fmt yuv422p10
FATE_VCODEC-$(call ENCDEC, WMV1, AVI) += wmv1
fate-vsynth%-wmv1: ENCOPTS = -qscale 10
diff --git a/tests/ref/vsynth/vsynth1-v210-10 b/tests/ref/vsynth/vsynth1-v210-10
new file mode 100644
index 0000000..bf6afdf
--- /dev/null
+++ b/tests/ref/vsynth/vsynth1-v210-10
@@ -0,0 +1,4 @@
+054d7e903fb4d9e68700c56b93d45916 *tests/data/fate/vsynth1-v210-10.avi
+14752448 tests/data/fate/vsynth1-v210-10.avi
+50973792d3f1abe04a51ee0121f077f2 *tests/data/fate/vsynth1-v210-10.out.rawvideo
+stddev: 1.85 PSNR: 42.78 MAXDIFF: 29 bytes: 7603200/ 7603200
diff --git a/tests/ref/vsynth/vsynth2-v210-10 b/tests/ref/vsynth/vsynth2-v210-10
new file mode 100644
index 0000000..b36aea6
--- /dev/null
+++ b/tests/ref/vsynth/vsynth2-v210-10
@@ -0,0 +1,4 @@
+87bb634932b3f5cacd4d08142798db17 *tests/data/fate/vsynth2-v210-10.avi
+14752448 tests/data/fate/vsynth2-v210-10.avi
+8bb1c449e1a2a94fd0d98841c04246bb *tests/data/fate/vsynth2-v210-10.out.rawvideo
+stddev: 0.39 PSNR: 56.17 MAXDIFF: 9 bytes: 7603200/ 7603200
More information about the ffmpeg-cvslog
mailing list