Choose compression level 6 for zmbv test.

The default of 9 gives different results on different FATE systems.
However the zlib test using compression level 6 works, so
try this instead.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
pull/2/head
Reimar Döffinger 13 years ago
parent e1ccc9216b
commit 6ecc78b707
  1. 4
      tests/codec-regression.sh
  2. 4
      tests/ref/vsynth1/zmbv
  3. 4
      tests/ref/vsynth2/zmbv

@ -330,7 +330,9 @@ do_video_decoding "" "-pix_fmt yuv420p"
fi
if [ -n "$do_zmbv" ] ; then
do_video_encoding zmbv.avi "-an -vcodec zmbv"
# default level of 9 leads to different results with
# different zlib versions
do_video_encoding zmbv.avi "-an -vcodec zmbv -compression_level 6"
do_video_decoding "" "-pix_fmt yuv420p"
fi

@ -1,4 +1,4 @@
5874bd5764a92be48b63d90446b1b386 *./tests/data/vsynth1/zmbv.avi
2284022 ./tests/data/vsynth1/zmbv.avi
ed417ff88cc5d8fe204b3dcc0ba71a57 *./tests/data/vsynth1/zmbv.avi
2325956 ./tests/data/vsynth1/zmbv.avi
cfbec364e41d70c9b177435b5655d8af *./tests/data/zmbv.vsynth1.out.yuv
stddev: 46.47 PSNR: 14.79 MAXDIFF: 129 bytes: 7603200/ 7603200

@ -1,4 +1,4 @@
65825cdc90e550aeba556020365bc2d9 *./tests/data/vsynth2/zmbv.avi
1807074 ./tests/data/vsynth2/zmbv.avi
71e6c69ab93b2b71736f71948032c9c4 *./tests/data/vsynth2/zmbv.avi
1864098 ./tests/data/vsynth2/zmbv.avi
cfbec364e41d70c9b177435b5655d8af *./tests/data/zmbv.vsynth2.out.yuv
stddev: 42.07 PSNR: 15.65 MAXDIFF: 112 bytes: 7603200/ 7603200

Loading…
Cancel
Save