diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-02-03 20:28:32 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-02-04 19:59:40 +0100 |
commit | 785d8a3868fdd965299cd6e230803906b047eee0 (patch) | |
tree | 54273b901a849bca60b7c4cd6093eea0ba043419 /tests/codec-regression.sh | |
parent | d7b542ae294aaf818f2a00c5606e009cf931e77c (diff) | |
download | ffmpeg-785d8a3868fdd965299cd6e230803906b047eee0.tar.gz |
fate: use compression level 0 for flashsv2 tests.
Output sizes mismatch (and thus MD5) between zlib version 1.2.5 and
1.2.6 if compression level > 0. The issue doesn't affect the intra-only
tests.
Diffstat (limited to 'tests/codec-regression.sh')
-rwxr-xr-x | tests/codec-regression.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh index b8d27cb7b0..87db24f98e 100755 --- a/tests/codec-regression.sh +++ b/tests/codec-regression.sh @@ -294,7 +294,7 @@ do_video_decoding "" "-pix_fmt yuv420p -sws_flags area+accurate_rnd+bitexact" fi if [ -n "$do_flashsv2" ] ; then -do_video_encoding flashsv2.flv "-an -vcodec flashsv2 -sws_flags neighbor+full_chroma_int+accurate_rnd+bitexact -strict experimental" +do_video_encoding flashsv2.flv "-an -vcodec flashsv2 -sws_flags neighbor+full_chroma_int+accurate_rnd+bitexact -strict experimental -compression_level 0" do_video_encoding flashsv2I.flv "-an -vcodec flashsv2 -sws_flags neighbor+full_chroma_int+accurate_rnd+bitexact -strict experimental -g 1" do_video_decoding "" "-pix_fmt yuv420p -sws_flags area+accurate_rnd+bitexact" fi |