avutil/tests/parseutils: add some big duration tests

Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
Marton Balint 2018-09-30 22:10:09 +02:00
parent 4c777d52b9
commit 416804fe41
2 changed files with 8 additions and 0 deletions

View file

@ -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);