[FFmpeg-devel] [PATCH] fate: Make v210 regression test use its native pix_fmt
Derek Buitenhuis
derek.buitenhuis at gmail.com
Wed Dec 28 05:45:11 CET 2011
---
tests/codec-regression.sh | 2 +-
tests/ref/vsynth1/v210 | 4 ++--
tests/ref/vsynth2/v210 | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh
index 097931d..1e40140 100755
--- a/tests/codec-regression.sh
+++ b/tests/codec-regression.sh
@@ -280,7 +280,7 @@ fi
if [ -n "$do_v210" ] ; then
do_video_encoding v210.avi "-an -vcodec v210"
-do_video_decoding "" "-pix_fmt yuv420p"
+do_video_decoding "" "-pix_fmt yuv422p10le"
fi
if [ -n "$do_yuv" ] ; then
diff --git a/tests/ref/vsynth1/v210 b/tests/ref/vsynth1/v210
index bb84c3e..18767d4 100644
--- a/tests/ref/vsynth1/v210
+++ b/tests/ref/vsynth1/v210
@@ -1,4 +1,4 @@
dd6c870a2a52c9e75ce61c3670e710e7 *./tests/data/vsynth1/v210.avi
14752460 ./tests/data/vsynth1/v210.avi
-50973792d3f1abe04a51ee0121f077f2 *./tests/data/v210.vsynth1.out.yuv
-stddev: 1.85 PSNR: 42.78 MAXDIFF: 29 bytes: 7603200/ 7603200
+ff602f56e863d7ab4c0ee3391824ca3d *./tests/data/v210.vsynth1.out.yuv
+stddev: 112.21 PSNR: 7.13 MAXDIFF: 254 bytes: 20275200/ 7603200
diff --git a/tests/ref/vsynth2/v210 b/tests/ref/vsynth2/v210
index 31160bd..3d82a1a 100644
--- a/tests/ref/vsynth2/v210
+++ b/tests/ref/vsynth2/v210
@@ -1,4 +1,4 @@
db0579bd46e1ba133ff86c0f7cdd761f *./tests/data/vsynth2/v210.avi
14752460 ./tests/data/vsynth2/v210.avi
-a627fb50c8276200fd71383977d87ca3 *./tests/data/v210.vsynth2.out.yuv
-stddev: 0.34 PSNR: 57.43 MAXDIFF: 6 bytes: 7603200/ 7603200
+5b5467ee04fca3ff531978c165a6447b *./tests/data/v210.vsynth2.out.yuv
+stddev: 111.11 PSNR: 7.22 MAXDIFF: 236 bytes: 20275200/ 7603200
--
1.7.7.3
More information about the ffmpeg-devel
mailing list