[FFmpeg-devel] [PATCH 1/3] fate: fix r210 decoding test

Paul B Mahol onemda at gmail.com
Sun Jan 29 14:17:56 CET 2012


Signed-off-by: Paul B Mahol <onemda at gmail.com>
---
 tests/codec-regression.sh |    4 ++--
 tests/ref/vsynth1/r210    |    4 ++--
 tests/ref/vsynth2/r210    |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh
index a81cb6e..c50f8b7 100755
--- a/tests/codec-regression.sh
+++ b/tests/codec-regression.sh
@@ -320,8 +320,8 @@ do_video_decoding "" "-pix_fmt yuv420p"
 fi
 
 if [ -n "$do_r210" ] ; then
-do_video_encoding r210.avi "-an -c:v r210 -pix_fmt rgb48le"
-do_video_decoding "" "-pix_fmt rgb48le"
+do_video_encoding r210.avi "-an -c:v r210"
+do_video_decoding "" "-pix_fmt yuv420p"
 fi
 
 if [ -n "$do_v210" ] ; then
diff --git a/tests/ref/vsynth1/r210 b/tests/ref/vsynth1/r210
index 02babd0..9d5e37c 100644
--- a/tests/ref/vsynth1/r210
+++ b/tests/ref/vsynth1/r210
@@ -1,4 +1,4 @@
 604a34c9f9151891c2d63d2652b75329 *./tests/data/vsynth1/r210.avi
  22125260 ./tests/data/vsynth1/r210.avi
-1ac5ec3bbb6bfbdf1ce6316e48e5fd89 *./tests/data/r210.vsynth1.out.yuv
-stddev:   91.79 PSNR:  8.87 MAXDIFF:  254 bytes: 30412800/  7603200
+ecaafa9eec11b5e1453a63ed6d194eed *./tests/data/r210.vsynth1.out.yuv
+stddev:    3.23 PSNR: 37.94 MAXDIFF:   48 bytes:  7603200/  7603200
diff --git a/tests/ref/vsynth2/r210 b/tests/ref/vsynth2/r210
index caec7b6..c7e1373 100644
--- a/tests/ref/vsynth2/r210
+++ b/tests/ref/vsynth2/r210
@@ -1,4 +1,4 @@
 d7a6f298e6869a74c0988fc3b30d0351 *./tests/data/vsynth2/r210.avi
   22125260 ./tests/data/vsynth2/r210.avi
-3ca229927a09e3d7ecedc0b868c568b0 *./tests/data/r210.vsynth2.out.yuv
-stddev:   82.11 PSNR:  9.84 MAXDIFF:  230 bytes: 30412800/  7603200
+6ea4fcd93fc83defc8770e85b64b60bb *./tests/data/r210.vsynth2.out.yuv
+stddev:    0.70 PSNR: 51.12 MAXDIFF:   12 bytes:  7603200/  7603200
-- 
1.7.7



More information about the ffmpeg-devel mailing list