MCPcopy Create free account
hub / github.com/byhook/ffmpeg4android / show_encoders

Function show_encoders

ffmpeg-single-cmd/src/main/cpp/cmdutils.c:1594–1598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1592}
1593
1594int show_encoders(void *optctx, const char *opt, const char *arg)
1595{
1596 print_codecs(1);
1597 return 0;
1598}
1599
1600int show_bsfs(void *optctx, const char *opt, const char *arg)
1601{

Callers

nothing calls this directly

Calls 1

print_codecsFunction · 0.85

Tested by

no test coverage detected