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

Function main

tests/api/api-dump-stream-meta-test.c:175–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

av_logFunction · 0.85
dump_stream_metaFunction · 0.85

Tested by

no test coverage detected