avutil/tests/parseutils: add some big duration tests
Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
parent
4c777d52b9
commit
416804fe41
2 changed files with 8 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue