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
66487d73
Commit
66487d73
authored
Jul 30, 2013
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avdevice/timefilter: cleanup the formating of the test output
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
231e33f0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
timefilter.c
libavdevice/timefilter.c
+1
-1
timefilter
tests/ref/fate/timefilter
+6
-6
No files found.
libavdevice/timefilter.c
View file @
66487d73
...
...
@@ -150,7 +150,7 @@ int main(void)
}
ff_timefilter_destroy(tf);
#else
printf
(
" [%
f %
f %9f]"
,
bestpar0
,
bestpar1
,
best_error
);
printf
(
" [%
11f %11
f %9f]"
,
bestpar0
,
bestpar1
,
best_error
);
#endif
}
printf
(
"
\n
"
);
...
...
tests/ref/fate/timefilter
View file @
66487d73
[
0.800000 0.800000 0.000000] [0.800000 2758.779681 0.000000] [0.800000 3881.880055 0.000000] [
0.800000 5213.913473 0.000000]
[1688.672234
0.000000 0.018551] [21.026792 0.000401 0.068856] [1.162481 0.008576 0.121287] [0.803356
0.016078 0.153518]
[1218.378235
0.000000 0.167011] [12.908626 0.000281 0.296858] [21.026792 0.000401 0.619608] [2.064064
0.004760 1.020336]
[1218.378235
0.000000 0.909282] [10.047626 0.000191 0.873495] [14.909464 0.000297 1.935407] [21.026792
0.000401 3.373312]
[
177.634056 0.000002 4.988477] [5.363801 0.000176 2.102302] [12.879355 0.000195 5.029066] [15.615799
0.000298 9.292377]
[
43.713191 0.000007 63.605530] [1.345385 0.000213 13.918138] [6.800629 0.000142 13.284614] [14.909464
0.000142 21.761697]
[
0.800000 0.800000 0.000000] [ 0.800000 2758.779681 0.000000] [ 0.800000 3881.880055 0.000000] [
0.800000 5213.913473 0.000000]
[1688.672234
0.000000 0.018551] [ 21.026792 0.000401 0.068856] [ 1.162481 0.008576 0.121287] [ 0.803356
0.016078 0.153518]
[1218.378235
0.000000 0.167011] [ 12.908626 0.000281 0.296858] [ 21.026792 0.000401 0.619608] [ 2.064064
0.004760 1.020336]
[1218.378235
0.000000 0.909282] [ 10.047626 0.000191 0.873495] [ 14.909464 0.000297 1.935407] [ 21.026792
0.000401 3.373312]
[
177.634056 0.000002 4.988477] [ 5.363801 0.000176 2.102302] [ 12.879355 0.000195 5.029066] [ 15.615799
0.000298 9.292377]
[
43.713191 0.000007 63.605530] [ 1.345385 0.000213 13.918138] [ 6.800629 0.000142 13.284614] [ 14.909464
0.000142 21.761697]
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