Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
d9c211ee
Commit
d9c211ee
authored
Jan 14, 2007
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comment grammar fixes
Originally committed as revision 7511 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
4785c016
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
regression.sh
tests/regression.sh
+3
-3
No files found.
tests/regression.sh
View file @
d9c211ee
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
#
#
#
#
#set -x
#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
diff
-u
"
$0
"
"
$0
"
>
/dev/null 2>&1
if
[
$?
-eq
0
]
;
then
if
[
$?
-eq
0
]
;
then
diff_cmd
=
"diff -u"
diff_cmd
=
"diff -u"
...
@@ -24,7 +24,7 @@ datadir="./data"
...
@@ -24,7 +24,7 @@ datadir="./data"
logfile
=
"
$datadir
/ffmpeg.regression"
logfile
=
"
$datadir
/ffmpeg.regression"
outfile
=
"
$datadir
/a-"
outfile
=
"
$datadir
/a-"
# tests to
do
# tests to
run
if
[
"
$1
"
=
"mpeg4"
]
;
then
if
[
"
$1
"
=
"mpeg4"
]
;
then
do_mpeg4
=
y
do_mpeg4
=
y
elif
[
"
$1
"
=
"mpeg"
]
;
then
elif
[
"
$1
"
=
"mpeg"
]
;
then
...
@@ -107,7 +107,7 @@ else
...
@@ -107,7 +107,7 @@ else
do_md5sum
()
{
echo
No
md5sum
program found
;
}
do_md5sum
()
{
echo
No
md5sum
program found
;
}
fi
fi
# create the data directory if it does not exist
s
# create the data directory if it does not exist
mkdir
-p
$datadir
mkdir
-p
$datadir
FFMPEG_OPTS
=
"-y -flags +bitexact -dct fastint -idct simple"
FFMPEG_OPTS
=
"-y -flags +bitexact -dct fastint -idct simple"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment