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
416804fe
Commit
416804fe
authored
Sep 30, 2018
by
Marton Balint
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avutil/tests/parseutils: add some big duration tests
Signed-off-by:
Marton Balint
<
cus@passwd.hu
>
parent
4c777d52
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
parseutils.c
libavutil/tests/parseutils.c
+4
-0
parseutils
tests/ref/fate/parseutils
+4
-0
No files found.
libavutil/tests/parseutils.c
View file @
416804fe
...
...
@@ -185,6 +185,10 @@ static void test_av_parse_time(void)
"42.1729"
,
"-1729.42"
,
"12:34"
,
"2147483648s"
,
"4294967296ms"
,
"8589934592us"
,
"9223372036854775808us"
,
};
av_log_set_level
(
AV_LOG_DEBUG
);
...
...
tests/ref/fate/parseutils
View file @
416804fe
...
...
@@ -90,6 +90,10 @@ now -> 1331972053.200000 = 2012-03-17T08:14:13Z
42.1729 -> +42172900
-1729.42 -> -1729420000
12:34 -> +754000000
2147483648s -> +2147483648000000
4294967296ms -> +4294967296000
8589934592us -> +8589934592
9223372036854775808us -> error
Testing av_get_known_color_name()
AliceBlue -> R(240) G(248) B(255) A(0)
...
...
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