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

Function main

tests/api/api-h264-test.c:175–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175int main(int argc, char **argv)
176{
177 if (argc < 2)
178 {
179 av_log(NULL, AV_LOG_ERROR, "Incorrect input\n");
180 return 1;
181 }
182
183 if (video_decode_example(argv[1]) != 0)
184 return 1;
185
186 return 0;
187}

Callers

nothing calls this directly

Calls 2

av_logFunction · 0.85
video_decode_exampleFunction · 0.85

Tested by

no test coverage detected