MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / main

Function main

libavutil/tests/parseutils.c:251–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251int main(void)
252{
253 printf("Testing av_parse_video_rate()\n");
254 test_av_parse_video_rate();
255
256 printf("\nTesting av_parse_color()\n");
257 test_av_parse_color();
258
259 printf("\nTesting av_small_strptime()\n");
260 test_av_small_strptime();
261
262 printf("\nTesting av_parse_time()\n");
263 test_av_parse_time();
264
265 printf("\nTesting av_get_known_color_name()\n");
266 test_av_get_known_color_name();
267
268 printf("\nTesting av_find_info_tag()\n");
269 test_av_find_info_tag();
270 return 0;
271}

Callers

nothing calls this directly

Calls 6

test_av_parse_video_rateFunction · 0.85
test_av_parse_colorFunction · 0.85
test_av_small_strptimeFunction · 0.85
test_av_parse_timeFunction · 0.85
test_av_find_info_tagFunction · 0.85

Tested by

no test coverage detected