diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-01-14 23:20:05 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-01-14 23:20:05 +0000 |
commit | d9c211ee74aa592495d04310738d8f14171a2d62 (patch) | |
tree | a9c224d7528140c118200eb89033308ee65c3a8b /tests/regression.sh | |
parent | 4785c0166826034223bf8ea38972e6d169b19229 (diff) | |
download | ffmpeg-d9c211ee74aa592495d04310738d8f14171a2d62.tar.gz |
comment grammar fixes
Originally committed as revision 7511 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/regression.sh')
-rwxr-xr-x | tests/regression.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/regression.sh b/tests/regression.sh index 9e2ccb09de..a2374a60cc 100755 --- a/tests/regression.sh +++ b/tests/regression.sh @@ -4,7 +4,7 @@ # # #set -x -# Even in the 21st century some diffs are not supporting -u. +# Even in the 21st century some diffs do not support -u. diff -u "$0" "$0" > /dev/null 2>&1 if [ $? -eq 0 ]; then diff_cmd="diff -u" @@ -24,7 +24,7 @@ datadir="./data" logfile="$datadir/ffmpeg.regression" outfile="$datadir/a-" -# tests to do +# tests to run if [ "$1" = "mpeg4" ] ; then do_mpeg4=y elif [ "$1" = "mpeg" ] ; then @@ -107,7 +107,7 @@ else do_md5sum() { echo No md5sum program found; } fi -# create the data directory if it does not exists +# create the data directory if it does not exist mkdir -p $datadir FFMPEG_OPTS="-y -flags +bitexact -dct fastint -idct simple" |