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>
| ... | ... |
@@ -330,7 +330,9 @@ do_video_decoding "" "-pix_fmt yuv420p" |
| 330 | 330 |
fi |
| 331 | 331 |
|
| 332 | 332 |
if [ -n "$do_zmbv" ] ; then |
| 333 |
-do_video_encoding zmbv.avi "-an -vcodec zmbv" |
|
| 333 |
+# default level of 9 leads to different results with |
|
| 334 |
+# different zlib versions |
|
| 335 |
+do_video_encoding zmbv.avi "-an -vcodec zmbv -compression_level 6" |
|
| 334 | 336 |
do_video_decoding "" "-pix_fmt yuv420p" |
| 335 | 337 |
fi |
| 336 | 338 |
|
| ... | ... |
@@ -1,4 +1,4 @@ |
| 1 |
-5874bd5764a92be48b63d90446b1b386 *./tests/data/vsynth1/zmbv.avi |
|
| 2 |
-2284022 ./tests/data/vsynth1/zmbv.avi |
|
| 1 |
+ed417ff88cc5d8fe204b3dcc0ba71a57 *./tests/data/vsynth1/zmbv.avi |
|
| 2 |
+2325956 ./tests/data/vsynth1/zmbv.avi |
|
| 3 | 3 |
cfbec364e41d70c9b177435b5655d8af *./tests/data/zmbv.vsynth1.out.yuv |
| 4 | 4 |
stddev: 46.47 PSNR: 14.79 MAXDIFF: 129 bytes: 7603200/ 7603200 |
| ... | ... |
@@ -1,4 +1,4 @@ |
| 1 |
-65825cdc90e550aeba556020365bc2d9 *./tests/data/vsynth2/zmbv.avi |
|
| 2 |
-1807074 ./tests/data/vsynth2/zmbv.avi |
|
| 1 |
+71e6c69ab93b2b71736f71948032c9c4 *./tests/data/vsynth2/zmbv.avi |
|
| 2 |
+1864098 ./tests/data/vsynth2/zmbv.avi |
|
| 3 | 3 |
cfbec364e41d70c9b177435b5655d8af *./tests/data/zmbv.vsynth2.out.yuv |
| 4 | 4 |
stddev: 42.07 PSNR: 15.65 MAXDIFF: 112 bytes: 7603200/ 7603200 |