diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-04-14 18:58:26 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-04-14 18:58:26 +0000 |
commit | c28baf069de9170cf8a938a2e64d033f2b426618 (patch) | |
tree | 645f41a444cfafcdfca2f53e755e55a96ada1ca8 /tests/regression.sh | |
parent | 1106e4abe4ee7acfd62315c004cd0f3ce603f9b1 (diff) | |
download | ffmpeg-c28baf069de9170cf8a938a2e64d033f2b426618.tar.gz |
fix tiff regression test (bitexact flag was ignoredwhich caused the
LAVC version to be in the file and thus breaking with the last change of that)
Originally committed as revision 8734 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/regression.sh')
-rwxr-xr-x | tests/regression.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regression.sh b/tests/regression.sh index c4ebeb0f9f..7a7e95c6f3 100755 --- a/tests/regression.sh +++ b/tests/regression.sh @@ -218,7 +218,7 @@ do_streamed_images() do_image_formats() { file=${outfile}libav%02d.$1 - $ffmpeg -t 0.5 -y -qscale 10 -f pgmyuv -i $raw_src $2 $3 $file + $ffmpeg -t 0.5 -y -qscale 10 -f pgmyuv -i $raw_src $2 $3 -flags +bitexact $file do_ffmpeg_crc $file $3 -i $file do_md5sum ${outfile}libav02.$1 >> $logfile } |