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
091a24b7
Commit
091a24b7
authored
Aug 16, 2011
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate: more cases of avconv that should be conditional
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
6322bc0b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
fate-run.sh
tests/fate-run.sh
+1
-1
regression-funcs.sh
tests/regression-funcs.sh
+2
-1
No files found.
tests/fate-run.sh
View file @
091a24b7
...
...
@@ -77,7 +77,7 @@ pcm(){
regtest
(){
t
=
"
${
test
#
$2
-
}
"
ref
=
${
base
}
/ref/
$2
/
$t
${
base
}
/
${
1
}
-regression
.sh
$t
$2
$3
"
$target_exec
"
"
$target_path
"
"
$threads
"
"
$thread_type
"
${
base
}
/
${
1
}
-regression
.sh
$t
$2
$3
"
$target_exec
"
"
$target_path
"
"
$threads
"
"
$thread_type
"
"
$tool
"
}
codectest
(){
...
...
tests/regression-funcs.sh
View file @
091a24b7
...
...
@@ -10,6 +10,7 @@ raw_src_dir=$3
target_exec
=
$4
target_path
=
$5
threads
=
${
6
:-
1
}
tool
=
$8
datadir
=
"./tests/data"
target_datadir
=
"
${
target_path
}
/
${
datadir
}
"
...
...
@@ -18,7 +19,7 @@ this="$test.$test_ref"
outfile
=
"
$datadir
/
$test_ref
/"
# various files
avconv
=
"
$target_exec
${
target_path
}
/
avconv
"
avconv
=
"
$target_exec
${
target_path
}
/
${
tool
}
"
tiny_psnr
=
"tests/tiny_psnr"
raw_src
=
"
${
target_path
}
/
$raw_src_dir
/%02d.pgm"
raw_dst
=
"
$datadir
/
$this
.out.yuv"
...
...
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