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
04307697
Commit
04307697
authored
Aug 01, 2010
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reindent.
Originally committed as revision 24655 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
73177b6c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
lavfi-regression.sh
tests/lavfi-regression.sh
+7
-7
No files found.
tests/lavfi-regression.sh
View file @
04307697
...
...
@@ -46,13 +46,13 @@ do_lavfi_pixfmts(){
$ffmpeg
-pix_fmts
list 2>/dev/null |
sed
-ne
'9,$p'
|
grep
'^\..\.'
|
cut
-d
' '
-f2
|
sort
>
$exclude_fmts
$showfiltfmts
scale |
awk
'/^OUTPUT/{ print $3 }'
|
sort
|
comm
-23
-
$exclude_fmts
>
$out_fmts
pix_fmts
=
$(
$showfiltfmts
$filter
|
awk
'/^INPUT/{ print $3 }'
|
sort
|
comm
-12
-
$out_fmts
)
for
pix_fmt
in
$pix_fmts
;
do
output
=
${
test
}
-
${
pix_fmt
}
.nut
do_video_encoding
$output
""
\
"-vf slicify=random,format=
$pix_fmt
,
$filter
=
$filter_args
-vcodec rawvideo -pix_fmt
$pix_fmt
"
rm
${
outfile
}${
output
}
done
pix_fmts
=
$(
$showfiltfmts
$filter
|
awk
'/^INPUT/{ print $3 }'
|
sort
|
comm
-12
-
$out_fmts
)
for
pix_fmt
in
$pix_fmts
;
do
output
=
${
test
}
-
${
pix_fmt
}
.nut
do_video_encoding
$output
""
\
"-vf slicify=random,format=
$pix_fmt
,
$filter
=
$filter_args
-vcodec rawvideo -pix_fmt
$pix_fmt
"
rm
${
outfile
}${
output
}
done
rm
$exclude_fmts
$out_fmts
}
...
...
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